Skip to content

Commit

Permalink
Merge pull request #153 from dynamsoft-docs/preview
Browse files Browse the repository at this point in the history
update to internal commit fb6fbf1c
  • Loading branch information
Dynamsoft-Henry authored Oct 16, 2024
2 parents 7ee736d + 9388569 commit 3b852ad
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _includes/sidelist-programming/programming-android.html
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@
<li lang="android"><a>DynamsoftCameraEnhancer</a>
<ul lang="android">
<li lang="android"><a style="cursor:pointer;color:#3c3c3c">Classes</a>
<ul lang="android"></ul>
<ul lang="android">
<li lang="android"><a href="{{ site.dce_android_api }}auxiliary-api/drawingitem-arc.html" class="otherLinkColour">ArcDrawingItem</a></li>
<li lang="android"><a href="{{ site.dce_android_api }}primary-api/camera-enhancer.html" class="otherLinkColour">CameraEnhancer</a></li>
<li lang="android"><a href="{{ site.dce_android_api }}auxiliary-api/camera-enhancer-module.html" class="otherLinkColour">CameraEnhancerModule</a></li>
Expand Down
2 changes: 1 addition & 1 deletion _includes/sidelist-programming/programming-ios.html
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@
<li lang="objectivec-swift"><a>DynamsoftCameraEnhancer</a>
<ul lang="objectivec-swift">
<li lang="objectivec-swift"><a style="cursor:pointer;color:#3c3c3c">Classes</a>
<ul lang="objectivec-swift"></ul>
<ul lang="objectivec-swift">
<li lang="objectivec-swift"><a href="{{ site.dce_ios_api }}auxiliary-api/drawingitem-arc.html" class="otherLinkColour">DSArcDrawingItem</a></li>
<li lang="objectivec-swift"><a href="{{ site.dce_ios_api }}primary-api/camera-enhancer.html" class="otherLinkColour">DSCameraEnhancer Class</a></li>
<li lang="objectivec-swift"><a href="{{ site.dce_ios_api }}auxiliary-api/camera-enhancer-module.html" class="otherLinkColour">DSCameraEnhancerModule</a></li>
Expand Down
13 changes: 13 additions & 0 deletions programming/android/release-notes/android-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ noTitleIndex: true
- EAN13
- DotCode
- Added support for decoding add-on codes (also known as Extension Codes) for UPC-A, UPC-E, EAN-8 and EAN-13 codes.
- Added "Recognize Raw TextLines" stage for recognizing raw text lines.
- Introduced a feature to track and accumulate recognized barcodes across multiple frames in real-time video, enabling seamless multi-barcode recognition.

### DynamsoftCaptureVisionRouter

Expand Down Expand Up @@ -172,6 +174,17 @@ noTitleIndex: true

## 2.2.3000 (08/21/2024)

### Highlights

- Added confusable character distinguishing: this feature enhances the library’s ability to distinguish between common confusable character sets including {0, o, O}, {1, I, l}, and {5, s, S}, across popular fonts like Arial, Times New Roman, and Verdana, etc.
- Supported confusable character set customization: leveraging the new caching mechanism in the `CaptureVisionRouter (CVR)` module, the library now enables users to customize confusable character sets to meet the needs of specific scenarios.
- Introduced the capability for users to influence the image processing process by altering intermediate results. Users can now clone, edit, and substitute intermediate result units within the callback method of each type. Subsequent operations will then proceed based on the updated unit.
- Introduced a feature for multi-condition filtering across products. Users can now specify filtering criteria for the task results of a [`TargetROIDef`]({{ site.dcv_parameters_reference }}target-roi-def/) by implementing an OutputTaskSetting based on the task results of varying products from descendant `TargetROIDef` objects.
- Enhanced the [`Offset`]({{ site.dcv_parameters_reference }}target-roi-def/location.html#offset) parameter in `TargetROIDef`. Users now have the capability to meticulously customize components of the coordinate system, including the origin, X-axis, and Y-axis, for precise offset calculation.
- Introduced a feature for grouping text lines. A text line group consists of spatially adjacent lines of text. Through the [`TextLineSpecification`]({{ site.dcv_parameters_reference }}text-line-specification/) parameters, users can now do two things:
- Put text lines in groups and also define the spatial relationship between different groups;
- Specify whether to concatenate text line results within a group, how to do the concatenation and whether to output the concatenated result.

### DynamsoftCaptureVisionRouter

#### New
Expand Down
13 changes: 13 additions & 0 deletions programming/ios/release-notes/ios-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ noTitleIndex: true
- EAN13
- DotCode
- Added support for decoding add-on codes (also known as Extension Codes) for UPC-A, UPC-E, EAN-8 and EAN-13 codes.
- Added "Recognize Raw TextLines" stage for recognizing raw text lines.
- Introduced a feature to track and accumulate recognized barcodes across multiple frames in real-time video, enabling seamless multi-barcode recognition.

### DynamsoftCaptureVisionRouter

Expand Down Expand Up @@ -173,6 +175,17 @@ noTitleIndex: true

## 2.2.3000 (08/21/2024)

### Highlights

- Added confusable character distinguishing: this feature enhances the library’s ability to distinguish between common confusable character sets including {0, o, O}, {1, I, l}, and {5, s, S}, across popular fonts like Arial, Times New Roman, and Verdana, etc.
- Supported confusable character set customization: leveraging the new caching mechanism in the `CaptureVisionRouter (CVR)` module, the library now enables users to customize confusable character sets to meet the needs of specific scenarios.
- Introduced the capability for users to influence the image processing process by altering intermediate results. Users can now clone, edit, and substitute intermediate result units within the callback method of each type. Subsequent operations will then proceed based on the updated unit.
- Introduced a feature for multi-condition filtering across products. Users can now specify filtering criteria for the task results of a [`TargetROIDef`]({{ site.dcv_parameters_reference }}target-roi-def/) by implementing an OutputTaskSetting based on the task results of varying products from descendant `TargetROIDef` objects.
- Enhanced the [`Offset`]({{ site.dcv_parameters_reference }}target-roi-def/location.html#offset) parameter in `TargetROIDef`. Users now have the capability to meticulously customize components of the coordinate system, including the origin, X-axis, and Y-axis, for precise offset calculation.
- Introduced a feature for grouping text lines. A text line group consists of spatially adjacent lines of text. Through the [`TextLineSpecification`]({{ site.dcv_parameters_reference }}text-line-specification/) parameters, users can now do two things:
- Put text lines in groups and also define the spatial relationship between different groups;
- Specify whether to concatenate text line results within a group, how to do the concatenation and whether to output the concatenated result.

### DynamsoftCaptureVisionRouter

#### New
Expand Down

0 comments on commit 3b852ad

Please sign in to comment.