Skip to content

Commit d8f9314

Browse files
update to v2.4.20
1 parent 6dd6d8b commit d8f9314

File tree

109 files changed

+1488
-1812
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

109 files changed

+1488
-1812
lines changed
Binary file not shown.
5.84 MB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
5.81 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
6.76 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
8.26 KB
Binary file not shown.
7.26 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

Samples/UseCases/DriverLicenseScanner/DriverLicense.json renamed to Distributables/Templates/DriverLicenseScanner.json

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change

Distributables/Templates/MRZScanner.json

Lines changed: 416 additions & 0 deletions
Original file line numberDiff line numberDiff line change

Samples/UseCases/VINScanner/VIN.json renamed to Distributables/Templates/VINScanner.json

Lines changed: 19 additions & 74 deletions
Original file line numberDiff line numberDiff line change

Images/document-sample.jpg

1.03 MB

Images/driver-license-sample.jpg

342 KB

Images/passport-sample.jpg

258 KB

Include/DynamsoftBarcodeReader.h

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change

Include/DynamsoftCaptureVisionRouter.h

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change

Include/DynamsoftCodeParser.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change

Include/DynamsoftCore.h

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change

Include/DynamsoftDocumentNormalizer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change

Include/DynamsoftImageProcessing.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change

Include/DynamsoftLabelRecognizer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change

Include/DynamsoftLicense.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change

Include/DynamsoftUtility.h

Lines changed: 43 additions & 5 deletions
Original file line numberDiff line numberDiff line change

README.md

Lines changed: 12 additions & 11 deletions

Samples/DocumentScanner/DocumentScanner.cpp

Lines changed: 111 additions & 0 deletions
Original file line numberDiff line numberDiff line change

Samples/DocumentScanner/DocumentScanner.sln

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change

Samples/HelloWorld/CaptureFromAnImage/CaptureFromAnImage.vcxproj renamed to Samples/DocumentScanner/DocumentScanner.vcxproj

Lines changed: 190 additions & 198 deletions
Original file line numberDiff line numberDiff line change

Samples/HelloWorld/CaptureFromAnImage/Makefile renamed to Samples/DocumentScanner/Makefile

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change

Samples/UseCases/DriverLicenseScanner/DriverLicenseScanner.cpp renamed to Samples/DriverLicenseScanner/DriverLicenseScanner.cpp

Lines changed: 67 additions & 97 deletions
Original file line numberDiff line numberDiff line change

Samples/UseCases/DriverLicenseScanner/DriverLicenseScanner.vcxproj renamed to Samples/DriverLicenseScanner/DriverLicenseScanner.vcxproj

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change

Samples/UseCases/DriverLicenseScanner/Makefile renamed to Samples/DriverLicenseScanner/Makefile

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change

Samples/HelloWorld/CaptureFromAnImage/CaptureFromAnImage.cpp

Lines changed: 0 additions & 108 deletions
This file was deleted.

Samples/HelloWorld/CaptureFromMultipleImages/CaptureFromMultipleImages.cpp

Lines changed: 0 additions & 158 deletions
This file was deleted.

Samples/HelloWorld/CaptureFromMultipleImages/CaptureFromMultipleImages.vcxproj

Lines changed: 0 additions & 195 deletions
This file was deleted.

Samples/HelloWorld/CaptureFromMultipleImages/Makefile

Lines changed: 0 additions & 29 deletions
This file was deleted.

Samples/HelloWorld/HelloWorld.sln

Lines changed: 0 additions & 41 deletions
This file was deleted.

Samples/MRZScanner/MRZScanner.cpp

Lines changed: 249 additions & 0 deletions
Original file line numberDiff line numberDiff line change

Samples/UseCases/MRZScanner/MRZScanner.vcxproj renamed to Samples/MRZScanner/MRZScanner.vcxproj

Lines changed: 21 additions & 25 deletions
Original file line numberDiff line numberDiff line change

Samples/UseCases/MRZScanner/Makefile renamed to Samples/MRZScanner/Makefile

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change

Samples/UseCases/MRZScanner/MRZ.json

Lines changed: 0 additions & 225 deletions
This file was deleted.

Samples/UseCases/MRZScanner/MRZScanner.cpp

Lines changed: 0 additions & 307 deletions
This file was deleted.

Samples/UseCases/VINScanner/VINScanner.cpp

Lines changed: 0 additions & 260 deletions
This file was deleted.

Samples/UseCases/VINScanner/Makefile renamed to Samples/VINScanner/Makefile

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change

Samples/VINScanner/VINScanner.cpp

Lines changed: 224 additions & 0 deletions
Original file line numberDiff line numberDiff line change

Samples/UseCases/VINScanner/VINScanner.vcxproj renamed to Samples/VINScanner/VINScanner.vcxproj

Lines changed: 16 additions & 19 deletions
Original file line numberDiff line numberDiff line change

0 commit comments

Comments
 (0)