Skip to content

Commit 1f0a11f

Browse files
Updates for v11.4.1000
1 parent 6f80555 commit 1f0a11f

3 files changed

Lines changed: 34 additions & 0 deletions

File tree

_includes/sidelist-parameters-organization.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@
254254
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/barcode-width-range-array.html" class="otherLinkColour">BarcodeWidthRangeArray</a></li>
255255
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/barcode-zone-bar-count-range-array.html" class="otherLinkColour">BarcodeZoneBarCountRangeArray</a></li>
256256
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/barcode-zone-min-distance-to-image-borders.html" class="otherLinkColour">BarcodeZoneMinDistanceToImageBorders</a></li>
257+
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/barcode-zone-width-to-height-ratio-range-array.html" class="otherLinkColour">BarcodeZoneWidthToHeightRatioRangeArray</a></li>
257258
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/code128-subset.html" class="otherLinkColour">Code128Subset</a></li>
258259
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/data-matrix-module-isotropic.html" class="otherLinkColour">DataMatrixModuleIsotropic</a></li>
259260
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/data-matrix-size-options.html" class="otherLinkColour">DataMatrixSizeOptions</a></li>

release-notes/dbr-rn-11.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,38 @@ noTitleIndex: true
1010

1111
# Release Notes for Dynamsoft Barcode Reader - 11.x
1212

13+
## 11.4.1000 (02/03/2026)
14+
15+
### Highlights
16+
17+
#### AI-Powered Barcode Detection and Decoding
18+
19+
- **PDF417 Localization Model** – Introduces the `PDF417Localization` neural network model for improved detection of PDF417 barcodes, especially in challenging conditions.
20+
21+
- **Code39/ITF Decoding Model** – Adds the `Code39ITFDecoder` model for enhanced decoding of Code 39 and ITF barcodes under blur or low-resolution conditions.
22+
23+
- **Deblur Models for 2D Barcodes** – New `DataMatrixQRCodeDeblur` and `PDF417Deblur` models provide more effective recovery from motion and focus blur for DataMatrix, QR Code, and PDF417 barcodes.
24+
25+
#### ECI (Extended Channel Interpretation) Support
26+
27+
- **ECI Information Return** – Added support for retrieving Extended Channel Interpretation (ECI) data from barcodes. The new `CECISegment` class along with `GetECISegmentsCount()` and `GetECISegment()` methods in `CBarcodeResultItem` and `CDecodedBarcodeElement` classes enable access to character encoding information embedded in barcodes.
28+
29+
- **Automatic UTF-8 Conversion** – Barcode text is now automatically converted to UTF-8 based on ECI segments when available, improving compatibility with international character sets.
30+
31+
#### Performance Improvements
32+
33+
- **On-Demand Model Loading** – Implemented lazy loading for AI models, reducing initialization time by loading models only when first needed.
34+
35+
- **Smart Model Selection** – Models are now loaded based on configured barcode formats, minimizing memory usage by excluding unused models.
36+
37+
- **Improved Confidence Scoring** – Enhanced confidence score calculation for results from neural network models, providing more accurate quality indicators.
38+
39+
- **DPM Barcode Optimization** – Improved recognition rate for Direct Part Marking (DPM) barcodes commonly used in industrial and manufacturing environments.
40+
41+
| Versions | Available Editions |
42+
| -------- | ------------------ |
43+
| 11.4.1000 | [C++]({{ site.cpp_release_notes}}cpp-11.html#1141000-02052026){:target="_blank"} / [.NET]({{ site.dotnet_release_notes }}dotnet-11.html#1141000-02052026){:target="_blank"} / [Python]({{ site.python_release_notes}}python-11.html#1141000-02052026){:target="_blank"} / [Java]({{ site.java_release_notes}}java-11.html#1141000-02052026){:target="_blank"} / [Android]({{ site.android_release_notes}}android-11.html#1141000-02052026){:target="_blank"} / [iOS]({{ site.oc_release_notes }}ios-11.html#1141000-02052026){:target="_blank"} |
44+
1345
## 11.2 (10/14/2025)
1446

1547
### ✨ Key Highlights

release-notes/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ permalink: /release-notes/index.html
99

1010
# Dynamsoft Barcode Reader SDK - Release Notes
1111

12+
- [Version 11.4 (02-05-2026)]({{ site.release_notes }}dbr-rn-11.html#114)
1213
- [Version 11.2 (10-14-2025)]({{ site.release_notes }}dbr-rn-11.html#112)
1314
- [Version 11.0 (03-04-2025)]({{ site.release_notes }}dbr-rn-11.html#110)
1415
- [Version 10.4 (07-23-2024)]({{ site.release_notes_v10 }}dbr-rn-10.html#104)

0 commit comments

Comments
 (0)