We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51435d3 commit 3126f8cCopy full SHA for 3126f8c
foundational-api-samples/hello-world/read-an-image.html
@@ -36,7 +36,6 @@ <h1>Hello World (Read an Image)</h1>
36
// Optional. Preload "BarcodeReader" module for reading barcodes. It will save time on the initial decoding by skipping the module loading.
37
Dynamsoft.Core.CoreModule.loadWasm();
38
// // 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
39
- // Dynamsoft.Core.CoreModule.engineResourcePaths.rootDirectory = "../../../distributables/";
40
const resultsContainer = document.querySelector("#results");
41
42
let cvRouter; // an instance of CaptureVisionRouter
0 commit comments