File tree Expand file tree Collapse file tree 4 files changed +194
-274
lines changed
foundational-api-samples/use-case
locate-an-item-with-barcode Expand file tree Collapse file tree 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>
308308 < img hidden id ="cross-icon " src ="icons/cross-icon.svg " />
309309 < script src ="
https://cdn.jsdelivr.net/npm/[email protected] /dist/dbr.bundle.min.js "
> </ script > 310310 <!-- 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> -->
312312
313313 < script >
314314 /** LICENSE ALERT - README
@@ -325,7 +325,7 @@ <h6 id="camera-switch-notification"></h6>
325325 // Preload "BarcodeReader" module for reading barcodes. It will save time on the initial decoding by skipping the module loading.
326326 Dynamsoft . Core . CoreModule . loadWasm ( [ "dbr" ] ) ;
327327 // // 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/";
329329
330330 const cameraViewContainer = document . getElementById ( "camera-view-container" ) ;
331331 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>
5151 </ div >
5252 < script src ="
https://cdn.jsdelivr.net/npm/[email protected] /dist/dbr.bundle.min.js "
> </ script > 5353 <!-- 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> -->
5555 < script src ="
https://cdn.jsdelivr.net/npm/[email protected] /dist/dcp.js "
> </ script > 5656 < script >
5757 /** LICENSE ALERT - README
@@ -70,7 +70,7 @@ <h1>Read a Driver's License</h1>
7070 // Preload "BarcodeReader" module for reading barcodes. It will save time on the initial decoding by skipping the module loading.
7171 Dynamsoft . Core . CoreModule . loadWasm ( [ "DBR" , "DCP" ] ) ;
7272 // // 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/";
7474 Dynamsoft . DCP . CodeParserModule . loadSpec ( "AAMVA_DL_ID" ) ;
7575 Dynamsoft . DCP . CodeParserModule . loadSpec ( "AAMVA_DL_ID_WITH_MAG_STRIPE" ) ;
7676 Dynamsoft . DCP . CodeParserModule . loadSpec ( "SOUTH_AFRICA_DL" ) ;
You can’t perform that action at this time.
0 commit comments