File tree 4 files changed +194
-274
lines changed
foundational-api-samples/use-case
locate-an-item-with-barcode 4 files changed +194
-274
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -308,7 +308,7 @@ <h6 id="camera-switch-notification"></h6>
308
308
< img hidden id ="cross-icon " src ="icons/cross-icon.svg " />
309
309
< script src ="https://cdn.jsdelivr.net/npm/dynamsoft-barcode-reader-bundle@10.5.3000/dist/dbr.bundle.min.js "> </ script >
310
310
<!-- If the network is unstable or you prefer to self-host the SDK, uncomment the line below to load it locally -->
311
- <!-- <script src="../../../distributables/dbr.bundle.js"></script> -->
311
+ <!-- <script src="../../../../ distributables/dbr.bundle.js"></script> -->
312
312
313
313
< script >
314
314
/** LICENSE ALERT - README
@@ -325,7 +325,7 @@ <h6 id="camera-switch-notification"></h6>
325
325
// Preload "BarcodeReader" module for reading barcodes. It will save time on the initial decoding by skipping the module loading.
326
326
Dynamsoft . Core . CoreModule . loadWasm ( [ "dbr" ] ) ;
327
327
// // If the network is unstable or you prefer to self-host the SDK, uncomment the line below to define the root path of the engine files
328
- // Dynamsoft.Core.CoreModule.engineResourcePaths.rootDirectory = "../../../distributables/";
328
+ // Dynamsoft.Core.CoreModule.engineResourcePaths.rootDirectory = "../../../../ distributables/";
329
329
330
330
const cameraViewContainer = document . getElementById ( "camera-view-container" ) ;
331
331
const cameraViewTitle = document . getElementById ( "camera-view-title" ) ;
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ <h1>Read a Driver's License</h1>
51
51
</ div >
52
52
< script src ="https://cdn.jsdelivr.net/npm/dynamsoft-barcode-reader-bundle@10.5.3000/dist/dbr.bundle.min.js "> </ script >
53
53
<!-- If the network is unstable or you prefer to self-host the SDK, uncomment the line below to load it locally -->
54
- <!-- <script src="../../../distributables/dbr.bundle.js"></script> -->
54
+ <!-- <script src="../../../../ distributables/dbr.bundle.js"></script> -->
55
55
< script src ="https://cdn.jsdelivr.net/npm/dynamsoft-code-parser@2.4.32/dist/dcp.js "> </ script >
56
56
< script >
57
57
/** LICENSE ALERT - README
@@ -70,7 +70,7 @@ <h1>Read a Driver's License</h1>
70
70
// Preload "BarcodeReader" module for reading barcodes. It will save time on the initial decoding by skipping the module loading.
71
71
Dynamsoft . Core . CoreModule . loadWasm ( [ "DBR" , "DCP" ] ) ;
72
72
// // If the network is unstable or you prefer to self-host the SDK, uncomment the line below to define the root path of the engine files
73
- // Dynamsoft.Core.CoreModule.engineResourcePaths.rootDirectory = "../../../distributables/";
73
+ // Dynamsoft.Core.CoreModule.engineResourcePaths.rootDirectory = "../../../../ distributables/";
74
74
Dynamsoft . DCP . CodeParserModule . loadSpec ( "AAMVA_DL_ID" ) ;
75
75
Dynamsoft . DCP . CodeParserModule . loadSpec ( "AAMVA_DL_ID_WITH_MAG_STRIPE" ) ;
76
76
Dynamsoft . DCP . CodeParserModule . loadSpec ( "SOUTH_AFRICA_DL" ) ;
You can’t perform that action at this time.
0 commit comments