You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Added support for decoding add-on codes (also known as Extension Codes) for UPC-A, UPC-E, EAN-8 and EAN-13 codes.
22
22
23
-
### DynamsoftCaptureVisionRouter
24
-
25
-
#### Improved
23
+
### Improved
26
24
27
25
- Improved the read rate and the speed of the following barcode formats:
28
26
- EAN13
29
27
- DotCode
30
28
- Updated the error handling logic of `capturing` & `startCapturing` methods. The methods will be able to clearly report where the error occurred if the capturing fails due to a licensing issue.
31
-
<!-- - Updated the function `stopCapturing`. Changed the default value of parameter `waitForRemaingTasks` from `false` to `true`. -->
32
29
- Updated the error message of `initLicense` method. The method will return more detailed messages when failed to initialize the license. Warnings will be available if license initialization is successful but a part of the license key is invalid.
33
30
34
-
####New
31
+
### New
35
32
36
33
- Added internal logics for usage count.
37
34
- Added support for decoding add-on barcodes.
38
35
- Added new properties to the `QRCodeDetails` class
39
36
-`getDataMaskPattern`
40
37
-`getCodewords`
41
-
<!-- - Added a new function `AddItem` to the class `DecodedBarcodesResult`.
42
-
- Added a new function `SetLocation` to the class `BarcodeResultItem`. -->
43
38
- Added internal logics for usage count.
44
39
- Added a new callback method `onRawTextLinesReceived` to the class `IntermediateResultReceiver`.
45
-
<!-- - Added a new function `addItem` to the class `CapturedResult`. -->
46
40
- Added new error codes
47
41
- -10076: The license is initialized successfully but detected invalid content in your key.
48
42
- -30063: [Barcode Reader] No license found.
49
43
- -40103: [Label Recognizer] No license found.
50
44
- -50058: [Document Normalizer] No license found.
51
45
- -90012: [Code Parser] No license found.
52
46
- Added a new enumeration member `IRUT_RAW_TEXT_LINES` to the enumeration `IntermediateResultUnitType`.
53
-
<!-- - Added a new function `Clone` to the class `CapturedResultItem`. -->
54
47
- Add a new charge way, `TimeSliceCount`.
55
48
- Changed the maximum length of the `deviceFriendlyName` to 255.
56
49
- Added to-the-latest overlapping feature. You can use `enableLatestOverlapping` method of `MultiFrameResultCrossFilter` class to enable this feature.
57
50
58
-
####Fixed
51
+
### Fixed
59
52
60
53
- Fixed a bug where the `CharacterModel` is not correctly loaded under macOS operation system.
- Fixed a bug where `DirectoryFetcher` would prematurely read an image before verifying if the buffer was full, resulting in potential loss of the image that did not make it into the buffer upon calling `stopFetching`.
66
59
- Fixed a bug that might cause `GS1_DATABAR_EXPANDED_STACKED` barcode unread.
67
60
68
-
####Changed
61
+
### Changed
69
62
70
63
- Updated the Enumeration number of `EnumBarcodeFormat.BF_ALL` to 0xFFFFFFFEFFFFFFFF.
71
64
- Updated the internal logic of licensing error message reporting.
- Added support for decoding add-on codes (also known as Extension Codes) for UPC-A, UPC-E, EAN-8 and EAN-13 codes.
22
22
23
-
### DynamsoftCaptureVisionRouter
24
-
25
-
#### Improved
23
+
### Improved
26
24
27
25
- Improved the read rate and the speed of the following barcode formats:
28
26
- EAN13
29
27
- DotCode
30
28
- Updated the error handling logic of `capturing` & `startCapturing` methods. The methods will be able to clearly report where the error occurred if the capturing fails due to a licensing issue.
31
-
<!-- - Updated the function `stopCapturing`. Changed the default value of parameter `waitForRemaingTasks` from `false` to `true`. -->
32
29
- Updated the error message of `initLicense` method. The method will return more detailed messages when failed to initialize the license. Warnings will be available if license initialization is successful but a part of the license key is invalid.
33
30
34
-
####New
31
+
### New
35
32
36
33
- Added internal logics for usage count.
37
34
- Added support for decoding add-on barcodes.
38
35
- Added new properties to the `DSQRCodeDetails` class
39
36
-`dataMaskPattern`
40
37
-`codewords`
41
-
<!-- - `codewordsCount` -->
42
-
<!-- - Added a new function `AddItem` to the class `DecodedBarcodesResult`.
43
-
- Added a new function `SetLocation` to the class `BarcodeResultItem`. -->
44
38
- Added internal logics for usage count.
45
39
- Added a new callback method `onRawTextLinesReceived` to the class `DSIntermediateResultReceiver`.
46
-
<!-- - Added a new function `addItem` to the class `CapturedResult`. -->
47
40
- Added new error codes
48
41
- -10076: The license is initialized successfully but detected invalid content in your key.
49
42
- -30063: [Barcode Reader] No license found.
50
43
- -40103: [Label Recognizer] No license found.
51
44
- -50058: [Document Normalizer] No license found.
52
45
- -90012: [Code Parser] No license found.
53
46
- Added a new enumeration member `IntermediateResultUnitTypeRawTextLines` to the enumeration `DSIntermediateResultUnitType`.
54
-
<!-- - Added a new function `Clone` to the class `CapturedResultItem`. -->
55
47
- Add a new charge way, `TimeSliceCount`.
56
48
- Changed the maximum length of the `deviceFriendlyName` to 255.
57
49
- Added to-the-latest overlapping feature. You can use `enableLatestOverlapping` method of `DSMultiFrameResultCrossFilter` class to enable this feature.
58
50
59
-
####Fixed
51
+
### Fixed
60
52
61
53
- Fixed a bug where the `CharacterModel` is not correctly loaded under macOS operation system.
- Fixed a bug where `DSDirectoryFetcher` would prematurely read an image before verifying if the buffer was full, resulting in potential loss of the image that did not make it into the buffer upon calling `stopFetching`.
67
59
- Fixed a bug that might cause `GS1DatabarExpandedStacked` barcode unread.
68
60
69
-
####Changed
61
+
### Changed
70
62
71
63
- Updated the Enumeration number of `BarcodeFormatAll` to 0xFFFFFFFEFFFFFFFF.
72
64
- Updated the internal logic of licensing error message reporting.
0 commit comments