Skip to content

Commit 66b244f

Browse files
Merge pull request #291 from dynamsoft-docs/preview
update to internal commit 9735e45d
2 parents 8e19316 + 58e9052 commit 66b244f

File tree

2 files changed

+8
-23
lines changed

2 files changed

+8
-23
lines changed

programming/android/release-notes/android-10.md

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,42 +20,35 @@ permalink: /programming/android/release-notes/android-10.html
2020
- DotCode
2121
- Added support for decoding add-on codes (also known as Extension Codes) for UPC-A, UPC-E, EAN-8 and EAN-13 codes.
2222

23-
### DynamsoftCaptureVisionRouter
24-
25-
#### Improved
23+
### Improved
2624

2725
- Improved the read rate and the speed of the following barcode formats:
2826
- EAN13
2927
- DotCode
3028
- 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`. -->
3229
- 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.
3330

34-
#### New
31+
### New
3532

3633
- Added internal logics for usage count.
3734
- Added support for decoding add-on barcodes.
3835
- Added new properties to the `QRCodeDetails` class
3936
- `getDataMaskPattern`
4037
- `getCodewords`
41-
<!-- - Added a new function `AddItem` to the class `DecodedBarcodesResult`.
42-
- Added a new function `SetLocation` to the class `BarcodeResultItem`. -->
4338
- Added internal logics for usage count.
4439
- Added a new callback method `onRawTextLinesReceived` to the class `IntermediateResultReceiver`.
45-
<!-- - Added a new function `addItem` to the class `CapturedResult`. -->
4640
- Added new error codes
4741
- -10076: The license is initialized successfully but detected invalid content in your key.
4842
- -30063: [Barcode Reader] No license found.
4943
- -40103: [Label Recognizer] No license found.
5044
- -50058: [Document Normalizer] No license found.
5145
- -90012: [Code Parser] No license found.
5246
- Added a new enumeration member `IRUT_RAW_TEXT_LINES` to the enumeration `IntermediateResultUnitType`.
53-
<!-- - Added a new function `Clone` to the class `CapturedResultItem`. -->
5447
- Add a new charge way, `TimeSliceCount`.
5548
- Changed the maximum length of the `deviceFriendlyName` to 255.
5649
- Added to-the-latest overlapping feature. You can use `enableLatestOverlapping` method of `MultiFrameResultCrossFilter` class to enable this feature.
5750

58-
#### Fixed
51+
### Fixed
5952

6053
- Fixed a bug where the `CharacterModel` is not correctly loaded under macOS operation system.
6154
- Small fixes and tweaks.
@@ -65,7 +58,7 @@ permalink: /programming/android/release-notes/android-10.html
6558
- 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`.
6659
- Fixed a bug that might cause `GS1_DATABAR_EXPANDED_STACKED` barcode unread.
6760

68-
#### Changed
61+
### Changed
6962

7063
- Updated the Enumeration number of `EnumBarcodeFormat.BF_ALL` to 0xFFFFFFFEFFFFFFFF.
7164
- Updated the internal logic of licensing error message reporting.

programming/objectivec-swift/release-notes/ios-10.md

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,43 +20,35 @@ permalink: /programming/objectivec-swift/release-notes/ios-10.html
2020
- DotCode
2121
- Added support for decoding add-on codes (also known as Extension Codes) for UPC-A, UPC-E, EAN-8 and EAN-13 codes.
2222

23-
### DynamsoftCaptureVisionRouter
24-
25-
#### Improved
23+
### Improved
2624

2725
- Improved the read rate and the speed of the following barcode formats:
2826
- EAN13
2927
- DotCode
3028
- 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`. -->
3229
- 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.
3330

34-
#### New
31+
### New
3532

3633
- Added internal logics for usage count.
3734
- Added support for decoding add-on barcodes.
3835
- Added new properties to the `DSQRCodeDetails` class
3936
- `dataMaskPattern`
4037
- `codewords`
41-
<!-- - `codewordsCount` -->
42-
<!-- - Added a new function `AddItem` to the class `DecodedBarcodesResult`.
43-
- Added a new function `SetLocation` to the class `BarcodeResultItem`. -->
4438
- Added internal logics for usage count.
4539
- Added a new callback method `onRawTextLinesReceived` to the class `DSIntermediateResultReceiver`.
46-
<!-- - Added a new function `addItem` to the class `CapturedResult`. -->
4740
- Added new error codes
4841
- -10076: The license is initialized successfully but detected invalid content in your key.
4942
- -30063: [Barcode Reader] No license found.
5043
- -40103: [Label Recognizer] No license found.
5144
- -50058: [Document Normalizer] No license found.
5245
- -90012: [Code Parser] No license found.
5346
- Added a new enumeration member `IntermediateResultUnitTypeRawTextLines` to the enumeration `DSIntermediateResultUnitType`.
54-
<!-- - Added a new function `Clone` to the class `CapturedResultItem`. -->
5547
- Add a new charge way, `TimeSliceCount`.
5648
- Changed the maximum length of the `deviceFriendlyName` to 255.
5749
- Added to-the-latest overlapping feature. You can use `enableLatestOverlapping` method of `DSMultiFrameResultCrossFilter` class to enable this feature.
5850

59-
#### Fixed
51+
### Fixed
6052

6153
- Fixed a bug where the `CharacterModel` is not correctly loaded under macOS operation system.
6254
- Small fixes and tweaks.
@@ -66,7 +58,7 @@ permalink: /programming/objectivec-swift/release-notes/ios-10.html
6658
- 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`.
6759
- Fixed a bug that might cause `GS1DatabarExpandedStacked` barcode unread.
6860

69-
#### Changed
61+
### Changed
7062

7163
- Updated the Enumeration number of `BarcodeFormatAll` to 0xFFFFFFFEFFFFFFFF.
7264
- Updated the internal logic of licensing error message reporting.

0 commit comments

Comments
 (0)