Skip to content
This repository was archived by the owner on Apr 25, 2025. It is now read-only.

Commit 9f1ebf7

Browse files
committed
Merge branch '_dev'
2 parents f282a3e + 354734a commit 9f1ebf7

22 files changed

+185
-386
lines changed

.gitignore

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ yarn.lock
3636
/*.md
3737
/*.json
3838
/*.js
39-
/*.txt
39+
/version.txt
40+
/trykey.txt
4041
/.gitattributes
4142
/.*ignore
4243
/dynamsoft-label-recognizer-js-*
@@ -46,10 +47,10 @@ yarn.lock
4647
/samples
4748
/temp
4849
/public
50+
/original_model_files
4951
/dce
50-
/doc/api reference
5152
/README.html
5253

5354
!bower.json
5455
!composer.json
55-
!package.js
56+
!package.json
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[InternetShortcut]
2-
URL=https://www.dynamsoft.com/label-recognition/programming/javascript/?ver=latest
2+
URL=https://www.dynamsoft.com/label-recognition/programming/javascript/?ver=2.2.10

LICENSE

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Copyright © 2003–2022 Dynamsoft. All Rights Reserved.
2+
3+
The use of this software is governed by the Dynamsoft Terms and Conditions.
4+
URL=https://www.dynamsoft.com/label-recognition/license-agreement/

README.md

Lines changed: 128 additions & 160 deletions
Large diffs are not rendered by default.

dist/Letter/Letter.data

-2.52 MB
Binary file not shown.

dist/MRZ/MRZ.data

-7.52 MB
Binary file not shown.

dist/Number/Number.data

33 Bytes
Binary file not shown.

dist/NumberLetter/NumberLetter.data

-2.55 MB
Binary file not shown.
32 Bytes
Binary file not shown.

dist/VIN/VIN.data

32 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)