We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 209e8bd commit 3796d85Copy full SHA for 3796d85
1 file changed
samples/hello-world.html
@@ -21,11 +21,7 @@ <h1 style="font-size: large">Dynamsoft MRZ Scanner</h1>
21
22
// Initialize the Dynamsoft MRZ Scanner
23
const mrzscanner = new Dynamsoft.MRZScanner({
24
- license: "YOUR_LICENSE_KEY_HERE",
25
- scannerViewConfig: {
26
- // cameraEnhancerUIPath: "../dist/mrz-scanner.ui.html",
27
- },
28
- // templateFilePath: "../dist/mrz-scanner.template.json",
+ license: "YOUR_LICENSE_KEY_HERE"
29
});
30
31
(async () => {
0 commit comments