Skip to content

Commit 8c49146

Browse files
authored
Merge pull request #54 from dynamsoft-docs/preview
update to internal commit 95c8d8da
2 parents 2f9644c + ad3050e commit 8c49146

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

programming/javascript/user-guide/mrz-scanner-v2.2.3000.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ npm i dynamsoft-capture-vision-bundle@2.2.3000 -E
214214
npm i dynamsoft-capture-vision-std@1.2.10 -E
215215
npm i dynamsoft-image-processing@2.2.30 -E
216216
npm i dynamsoft-capture-vision-dnn@1.0.20 -E
217+
npm i dynamsoft-label-recognizer-data@1.0.11 -E
217218
```
218219

219220
The resources are located at the path node_modules/<pkg>, without @<version>, so the script in your page would be like:

programming/javascript/user-guide/mrz-scanner.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@ npm i dynamsoft-capture-vision-bundle@2.4.2200 -E
250250
npm i dynamsoft-capture-vision-std@1.4.10 -E
251251
npm i dynamsoft-image-processing@2.4.20 -E
252252
npm i dynamsoft-capture-vision-dnn@1.0.20 -E
253+
npm i dynamsoft-label-recognizer-data@1.0.11 -E
253254
```
254255

255256
The resources are located at the path `node_modules/<pkg>`, without `@<version>`. You must copy "dynamsoft-xxx" packages elsewhere and add `@<version>`. The `<version>` can be obtained from `package.json` of each package. You can typically include SDK like this:

0 commit comments

Comments
 (0)