Release Notes for Dynamsoft Barcode Reader - 9.x
9.6
First released: 11-29-2022
Highlights
- Image orientation handling is supported by a new feature. With the new feature, you can:
- Get a TranformationMatrix along with the barcode location result.
- Implement coordinates transformation on the barcode location result with the TransformationMatrix.
- DotCode decoding is improved by optimizing the localization of DotCodes that are close to one another.
- EAN8 barcode decoding is improved by honing the accuracy of localization algorithms.
- QR code localizing is improved by reducing the mis-assemble rate of the finder patterns when using the localization mode LM_CONNECTED_BLOCK or LM_SCAN_DIRECTLY, which are designed for speed. The mis-assembling only occurs when there exist dense QR codes on the same image.
- Mirrored rectangular DataMatrix barcode is supported by implementing
MirrorMode
when localizing the barcodes. - Deformed barcode decoding is improved by extending the supported modes and mode arguments of
DeformationResistingModes
.
Versions | Available Editions |
---|---|
9.6.42 | JavaScript |
9.6.40 | JavaScript / C / C++ / DotNet / Java / Python / Android / iOS |
9.6.33 | JavaScript |
9.6.32 | JavaScript |
9.6.31 | JavaScript |
9.6.30 | C / C++ / DotNet / Java / Python |
9.6.21 | iOS /JavaScript |
9.6.20 | JavaScript /C / C++ / DotNet / Java / Python / Android / iOS |
9.6.11 | JavaScript /Android |
9.6.10 | JavaScript /C / C++ / DotNet / Java / Python / Android / iOS |
9.6.2 | JavaScript |
9.6.1 | JavaScript |
9.6.0 | JavaScript / C / C++ / DotNet / Java / Python / Android / iOS |
9.4
First released: 08-30-2022
Highlights
- DotCode decoding has been improved by optimizing the localization and decoding algorithm.
- Stacked, skewed or perspective distorted OneD barcode decoding has been improved.
Versions | Available Editions |
---|---|
9.4.0 | C / C++ / DotNet / Java / Python / Android / iOS |
9.2
First released: 06-07-2022
Highlights
- Barcode boundary-seeking algorithm is refactored to improve stability.
- Pharmacode decoding is optimized to improve accuracy.
- The function of device-alias is added to allow users to give each device a readable name. For end-users and administrators, this makes it more friendly to distinguish between devices about license usage statistics.
Versions | Available Editions |
---|---|
9.3.1 | JavaScript |
9.3.0 | JavaScript |
9.2.13 | JavaScript |
9.2.12 | JavaScript /iOS |
9.2.11 | JavaScript /iOS |
9.2.10 | Android / iOS |
9.2.0 | C / C++ / DotNet / Java / Python |
9.0
First released: 03-15-2022
Highlights
- Simplified the license activation steps. Different license activation APIs are integrated into
initLicense
method. - Added support for Pharmacode.
- Added support for Code 11, a 1D format.
- Deformation resisting modes
DRM_BROAD_WARP
,DRM_LOCAL_REFERENCE
andDRM_DEWRINKLE
are optimized and detached fromDRM_GENERAL
. Users can specify a more effective deformation resisting mode when processing QRCode and DataMatrix codes. - Optimized the confidence scoring system for PDF417 codes.
Versions | Available Editions |
---|---|
9.0.2 | JavaScript |
9.0.1 | JavaScript / Android / iOS |
9.0.0 | JavaScript / C / C++ / DotNet / Python / Java / Android / iOS |