Version: 3.0.0 #29
Based off the sample use-file-input.html, if I would like to change showResultView to false, the following error occurs:
Code to reproduce:
const mrzscanner = new Dynamsoft.MRZScanner({
license: "YOUR_LICENSE_KEY_HERE",
showResultView: false,
});