You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -30,13 +25,18 @@ <h1 style="font-size: 1.5em;">Read Barcodes from a Camera</h1>
30
25
31
26
// Dynamsoft.DBR.BarcodeReader.license = "YOUR-ORGANIZATION-ID or YOUR-HANDSHAKECODE or AN-OFFLINE-LICENSE or ANY-OTHER-TYPE-OF-SUPPORTED-LICENSE-STRING";
Copy file name to clipboardExpand all lines: 1.hello-world/2.read-an-image.html
+19-18Lines changed: 19 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -7,11 +7,6 @@
7
7
<metaname="description" content="Read barcodes from images in no time with Dynamsoft Barcode Reader. With this online demo, you can choose a file to scan the barcodes on them.">
8
8
<metaname="keywords" content="read barcode from still images">
9
9
<title>Dynamsoft Barcode Reader Sample - Read an Image</title>
10
-
<!--
11
-
This sample makes use of the library hosted by the CDN jsDelivr. If you would rather use the
12
-
library offline. Please see the guide on how to host the library:
@@ -40,25 +35,31 @@ <h1 style="font-size: 1.5em;">Read Barcode from Images</h1>
40
35
41
36
// Dynamsoft.DBR.BarcodeReader.license = "YOUR-ORGANIZATION-ID or YOUR-HANDSHAKECODE or AN-OFFLINE-LICENSE or ANY-OTHER-TYPE-OF-SUPPORTED-LICENSE-STRING";
42
37
43
-
// reader for decoding pictures
44
-
letpReader=null;
45
-
window.onload=asyncfunction(){
46
-
// Load the library on page load to speed things up.
38
+
39
+
40
+
41
+
// Load the library on page load to speed things up.
0 commit comments