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
* The library requires a license to work, you use the API organizationID to tell the program where to fetch your license.
24
-
* If the Organizaion ID is not specified, a 7-day (public) trial license will be used by default which is the case in this sample.
25
-
* Note that network connection is required for this license to work.
23
+
* The library requires a license to work.
24
+
* If the license is not specified, a free public trial license will be used by default which is the case in this sample.
25
+
* Note that network connection is required for the public license to work.
26
+
* For more info, please check https://www.dynamsoft.com/barcode-reader/programming/javascript/user-guide/?ver=8.8.7&utm_source=github#specify-the-license or contact support@dynamsoft.com.
26
27
*/
27
28
28
-
/* When using your own license, uncomment the following line and specify your Organization ID. */
29
+
/* When using your own license, uncomment the following line and specify your license. */
/* If you don't have a license yet, you can request a trial on this page: https://www.dynamsoft.com/customer/license/trialLicense?product=dbr&package=js&utm_source=samples */
33
-
/* For more information, please refer to https://www.dynamsoft.com/license-server/docs/about/licensefaq.html?ver=latest#how-to-use-a-trackable-license. */
34
-
35
-
/* The API "productKeys" is an alternative way to license the library, the major difference is that it does not require a network. Contact support@dynamsoft.com for more information. */
// 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/10.read-video-pwa/helloworld-pwa.html
+6-14Lines changed: 6 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -16,23 +16,15 @@ <h1 style="font-size: 1.5em;">Hello World for PWA</h1>
16
16
<buttonid='readBarcode'>Read Barcode via Camera</button>
17
17
<script>
18
18
/** LICENSE ALERT - README
19
-
* The library requires a license to work, you use the API organizationID to tell the program where to fetch your license.
20
-
* If the Organizaion ID is not specified, a 7-day (public) trial license will be used by default which is the case in this sample.
21
-
* Note that network connection is required for this license to work.
19
+
* The library requires a license to work.
20
+
* If the license is not specified, a free public trial license will be used by default which is the case in this sample.
21
+
* Note that network connection is required for the public license to work.
22
+
* For more info, please check https://www.dynamsoft.com/barcode-reader/programming/javascript/user-guide/?ver=8.8.7&utm_source=github#specify-the-license or contact support@dynamsoft.com.
22
23
*/
23
24
24
-
/* When using your own license, uncomment the following line and specify your Organization ID. */
25
+
/* When using your own license, uncomment the following line and specify your license. */
/* If you don't have a license yet, you can request a trial on this page: https://www.dynamsoft.com/customer/license/trialLicense?product=dbr&package=js&utm_source=samples */
29
-
/* For more information, please refer to https://www.dynamsoft.com/license-server/docs/about/licensefaq.html?ver=latest#how-to-use-a-trackable-license. */
30
-
31
-
/* The API "productKeys" is an alternative way to license the library, the major difference is that it does not require a network. Contact support@dynamsoft.com for more information. */
// 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/11.read-video-requirejs.html
+8-16Lines changed: 8 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -19,29 +19,21 @@ <h1 style="font-size: 1.5em;">Hello World for RequireJS</h1>
19
19
BarcodeScanner
20
20
}){
21
21
/** LICENSE ALERT - README
22
-
* The library requires a license to work, you use the API organizationID to tell the program where to fetch your license.
23
-
* If the Organizaion ID is not specified, a 7-day (public) trial license will be used by default which is the case in this sample.
24
-
* Note that network connection is required for this license to work.
22
+
* The library requires a license to work.
23
+
* If the license is not specified, a free public trial license will be used by default which is the case in this sample.
24
+
* Note that network connection is required for the public license to work.
25
+
* For more info, please check https://www.dynamsoft.com/barcode-reader/programming/javascript/user-guide/?ver=8.8.7&utm_source=github#specify-the-license or contact support@dynamsoft.com.
25
26
*/
26
27
27
-
/* When using your own license, uncomment the following line and specify your Organization ID. */
28
+
/* When using your own license, uncomment the following line and specify your license. */
28
29
29
-
// DBR.organizationID = "YOUR-ORGANIZATION-ID";
30
+
// BarcodeReader.license = "YOUR-ORGANIZATION-ID or YOUR-HANDSHAKECODE or AN-OFFLINE-LICENSE or ANY-OTHER-TYPE-OF-SUPPORTED-LICENSE-STRING";
30
31
31
-
/* If you don't have a license yet, you can request a trial on this page: https://www.dynamsoft.com/customer/license/trialLicense?product=dbr&package=js&utm_source=samples */
32
-
/* For more information, please refer to https://www.dynamsoft.com/license-server/docs/about/licensefaq.html?ver=latest#how-to-use-a-trackable-license. */
33
-
34
-
/* The API "productKeys" is an alternative way to license the library, the major difference is that it does not require a network. Contact support@dynamsoft.com for more information. */
@@ -30,23 +30,15 @@ <h1 style="font-size: 1.5em;">Read Barcode from Images</h1>
30
30
</div>
31
31
<script>
32
32
/** LICENSE ALERT - README
33
-
* The library requires a license to work, you use the API organizationID to tell the program where to fetch your license.
34
-
* If the Organizaion ID is not specified, a 7-day (public) trial license will be used by default which is the case in this sample.
35
-
* Note that network connection is required for this license to work.
33
+
* The library requires a license to work.
34
+
* If the license is not specified, a free public trial license will be used by default which is the case in this sample.
35
+
* Note that network connection is required for the public license to work.
36
+
* For more info, please check https://www.dynamsoft.com/barcode-reader/programming/javascript/user-guide/?ver=8.8.7&utm_source=github#specify-the-license or contact support@dynamsoft.com.
36
37
*/
37
38
38
-
/* When using your own license, uncomment the following line and specify your Organization ID. */
/* If you don't have a license yet, you can request a trial on this page: https://www.dynamsoft.com/customer/license/trialLicense?product=dbr&package=js&utm_source=samples */
43
-
/* For more information, please refer to https://www.dynamsoft.com/license-server/docs/about/licensefaq.html?ver=latest#how-to-use-a-trackable-license. */
44
-
45
-
/* The API "productKeys" is an alternative way to license the library, the major difference is that it does not require a network. Contact support@dynamsoft.com for more information. */
/* When using your own license, uncomment the following line and specify your license. */
40
+
41
+
// 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/3.read-video-angular/src/app/dbr.ts
+6-14Lines changed: 6 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -1,23 +1,15 @@
1
1
importDBRfrom"dynamsoft-javascript-barcode";
2
2
3
3
/** LICENSE ALERT - README
4
-
* The library requires a license to work, you use the API organizationID to tell the program where to fetch your license.
5
-
* If the Organizaion ID is not specified, a 7-day (public) trial license will be used by default which is the case in this sample.
6
-
* Note that network connection is required for this license to work.
4
+
* The library requires a license to work.
5
+
* If the license is not specified, a free public trial license will be used by default which is the case in this sample.
6
+
* Note that network connection is required for the public license to work.
7
+
* For more info, please check https://www.dynamsoft.com/barcode-reader/programming/javascript/user-guide/?ver=8.8.7&utm_source=github#specify-the-license or contact support@dynamsoft.com.
7
8
*/
8
9
9
-
/* When using your own license, uncomment the following line and specify your Organization ID. */
10
+
/* When using your own license, uncomment the following line and specify your license. */
10
11
11
-
// DBR.organizationID = "YOUR-ORGANIZATION-ID";
12
-
13
-
/* If you don't have a license yet, you can request a trial on this page: https://www.dynamsoft.com/customer/license/trialLicense?product=dbr&package=js&utm_source=samples */
14
-
/* For more information, please refer to https://www.dynamsoft.com/license-server/docs/about/licensefaq.html?ver=latest#how-to-use-a-trackable-license. */
15
-
16
-
/* The API "productKeys" is an alternative way to license the library, the major difference is that it does not require a network. Contact support@dynamsoft.com for more information. */
17
-
18
-
// DBR.productKeys = "YOUR-PRODUCT-KEY";
19
-
20
-
/** LICENSE ALERT - THE END */
12
+
// 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/4.read-video-react/src/dbr.js
+6-14Lines changed: 6 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -1,23 +1,15 @@
1
1
importDBRfrom"dynamsoft-javascript-barcode";
2
2
3
3
/** LICENSE ALERT - README
4
-
* The library requires a license to work, you use the API organizationID to tell the program where to fetch your license.
5
-
* If the Organizaion ID is not specified, a 7-day (public) trial license will be used by default which is the case in this sample.
6
-
* Note that network connection is required for this license to work.
4
+
* The library requires a license to work.
5
+
* If the license is not specified, a free public trial license will be used by default which is the case in this sample.
6
+
* Note that network connection is required for the public license to work.
7
+
* For more info, please check https://www.dynamsoft.com/barcode-reader/programming/javascript/user-guide/?ver=8.8.7&utm_source=github#specify-the-license or contact support@dynamsoft.com.
7
8
*/
8
9
9
-
/* When using your own license, uncomment the following line and specify your Organization ID. */
10
+
/* When using your own license, uncomment the following line and specify your license. */
10
11
11
-
// DBR.organizationID = "YOUR-ORGANIZATION-ID";
12
-
13
-
/* If you don't have a license yet, you can request a trial on this page: https://www.dynamsoft.com/customer/license/trialLicense?product=dbr&package=js&utm_source=samples */
14
-
/* For more information, please refer to https://www.dynamsoft.com/license-server/docs/about/licensefaq.html?ver=latest#how-to-use-a-trackable-license. */
15
-
16
-
/* The API "productKeys" is an alternative way to license the library, the major difference is that it does not require a network. Contact support@dynamsoft.com for more information. */
17
-
18
-
// DBR.productKeys = "YOUR-PRODUCT-KEY";
19
-
20
-
/** LICENSE ALERT - THE END */
12
+
// 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/5.read-video-vue/src/dbr.js
+6-14Lines changed: 6 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -1,23 +1,15 @@
1
1
importDBRfrom"dynamsoft-javascript-barcode";
2
2
3
3
/** LICENSE ALERT - README
4
-
* The library requires a license to work, you use the API organizationID to tell the program where to fetch your license.
5
-
* If the Organizaion ID is not specified, a 7-day (public) trial license will be used by default which is the case in this sample.
6
-
* Note that network connection is required for this license to work.
4
+
* The library requires a license to work.
5
+
* If the license is not specified, a free public trial license will be used by default which is the case in this sample.
6
+
* Note that network connection is required for the public license to work.
7
+
* For more info, please check https://www.dynamsoft.com/barcode-reader/programming/javascript/user-guide/?ver=8.8.7&utm_source=github#specify-the-license or contact support@dynamsoft.com.
7
8
*/
8
9
9
-
/* When using your own license, uncomment the following line and specify your Organization ID. */
10
+
/* When using your own license, uncomment the following line and specify your license. */
10
11
11
-
// DBR.organizationID = "YOUR-ORGANIZATION-ID";
12
-
13
-
/* If you don't have a license yet, you can request a trial on this page: https://www.dynamsoft.com/customer/license/trialLicense?product=dbr&package=js&utm_source=samples */
14
-
/* For more information, please refer to https://www.dynamsoft.com/license-server/docs/about/licensefaq.html?ver=latest#how-to-use-a-trackable-license. */
15
-
16
-
/* The API "productKeys" is an alternative way to license the library, the major difference is that it does not require a network. Contact support@dynamsoft.com for more information. */
17
-
18
-
// DBR.productKeys = "YOUR-PRODUCT-KEY";
19
-
20
-
/** LICENSE ALERT - THE END */
12
+
// 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/6.read-video-vue3/src/dbr.js
+6-14Lines changed: 6 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -1,23 +1,15 @@
1
1
importDBRfrom"dynamsoft-javascript-barcode";
2
2
3
3
/** LICENSE ALERT - README
4
-
* The library requires a license to work, you use the API organizationID to tell the program where to fetch your license.
5
-
* If the Organizaion ID is not specified, a 7-day (public) trial license will be used by default which is the case in this sample.
6
-
* Note that network connection is required for this license to work.
4
+
* The library requires a license to work.
5
+
* If the license is not specified, a free public trial license will be used by default which is the case in this sample.
6
+
* Note that network connection is required for the public license to work.
7
+
* For more info, please check https://www.dynamsoft.com/barcode-reader/programming/javascript/user-guide/?ver=8.8.7&utm_source=github#specify-the-license or contact support@dynamsoft.com.
7
8
*/
8
9
9
-
/* When using your own license, uncomment the following line and specify your Organization ID. */
10
+
/* When using your own license, uncomment the following line and specify your license. */
10
11
11
-
// DBR.organizationID = "YOUR-ORGANIZATION-ID";
12
-
13
-
/* If you don't have a license yet, you can request a trial on this page: https://www.dynamsoft.com/customer/license/trialLicense?product=dbr&package=js&utm_source=samples */
14
-
/* For more information, please refer to https://www.dynamsoft.com/license-server/docs/about/licensefaq.html?ver=latest#how-to-use-a-trackable-license. */
15
-
16
-
/* The API "productKeys" is an alternative way to license the library, the major difference is that it does not require a network. Contact support@dynamsoft.com for more information. */
17
-
18
-
// DBR.productKeys = "YOUR-PRODUCT-KEY";
19
-
20
-
/** LICENSE ALERT - THE END */
12
+
// DBR.BarcodeReader.license = "YOUR-ORGANIZATION-ID or YOUR-HANDSHAKECODE or AN-OFFLINE-LICENSE or ANY-OTHER-TYPE-OF-SUPPORTED-LICENSE-STRING";
0 commit comments