Dynamsoft Barcode Reader Releases
Released: Mar 10, 2020
Updates in Dynamsoft Barcode Reader
Fehlerkorrekturen
- Dynamsoft Panorama - Bug fixes and improvements in the samples and documentation.
Released: Feb 25, 2020
Updates in Dynamsoft Barcode Reader
Funktionen
- Dynamsoft Panorama™ is an advanced add-on module of Dynamsoft Barcode Reader SDK, which enables you to integrate barcode scanning and image stitching features to your applications. It not only displays a panoramic view of the surrounding barcodes, but also quickly and accurately decodes these barcodes and provides additional barcode information in real-time.
- Supports Windows x64
- Provides C, C++ and .NET APIs
- Two modes for image acquisition: video stream and image file.
- Results include...
Released: Feb 14, 2020
Updates in 7.3.0.2
Funktionen
- Improved the process of releasing a camera in use. This makes it easier to destroy a Barcode Scanner instance in a component (Angular, Vue, React, etc.).
Fehlerkorrekturen
- iOS 12 - 1D barcode can't be read by Barcode Scanner instance.
Released: Jan 2, 2020
Updates in 7.3
Funktionen
- Added a new barcode type: Postal codes. Includes USPS Intelligent Mail, Postnet, Planet, Australia Post and RM4SCC.
- Added a new localization mode LM_STATISTICS_POSTAL_CODE in the struct PublicRuntimeSettings -> LocalizationModes to recognize Postal codes.
- Added the capability to obtain accompanying texts at the top or bottom of a linear barcode.
- Implemented the ability to recognize distorted QR barcodes.
- Implemented the ability to complement missing parts of QR Code and DataMatrix...
Released: Nov 13, 2019
Updates in 7.2.2
Fehlerkorrekturen
- Fixed a bug where BarcodeBytes was null when DPM mode was enabled.
- For .NET, fixed a bug where the use of barcodeText and barcodeBytes was reversed, resulting in an incorrect value.
Released: Nov 12, 2019
Updates in 7.2.1
Funktionen
- Added support for GS1-128 barcodes.
- Added a new argument to specify how many sets of intermediate results are kept in the library.
- Improved decoding capability of PDF417 by identifying start and stop patterns.
- Improved deblurring performance for wide 1D barcodes.
- Improved video decoding by optimizing frame filtering.
- Optimized automatic classification for Code 39 and Code 39 Extended barcodes.
- Optimized implementation of region pre-detection mode.
- Enhanced recognition of barcodes with...
Released: Sep 24, 2019
Updates in 7.2
Funktionen
- Added more barcode formats:
- GS1 Databar (Omnidirectional, Truncated, Stacked, Stacked Omnidirectional, Limited, Expanded, Expanded Stacked)
- PatchCode
- Maxicode (mode 2-5)
- Micro PDF417
- Micro QR
- GS1 COMPOSITE (combination of OneD and PDF417/Micro PDF 417)
- Non-standard Barcode
- Added the ability to read DPM code.
- Licensing is required to obtain the intermediate results, except the original image in the intermediate results.
- Added a parameter, clarity in the struct ExtendedResult, to show...
Released: Aug 15, 2019
Updates in 7.1
Funktionen
- Added automatic blurry frame filtering for video frame decoding, reducing incorrect barcode recognition.
- Added three arguments for the CICM_GENERAL of ColourConversionModes to set the weights for the color conversion, providing more flexibility to deal with various kinds of backgrounds by using different weights of three colors: red, green and blue.
- For C/C++ - Added a new struct FrameDecodingParameters, added methods DBR_InitFrameDecodingParameters()/InitFrameDecodingParameters...
Released: Jul 11, 2019
Updates in 7.0
Funktionen
- Refactored most modules to provide a flexible barcode reading framework that allows for parameter customization suited for a variety of barcode scenarios.
- Enabled access to intermediate results (grayscale image, binarized image, text zone, etc) during the decoding process.
- Added new interfaces to support video decoding, and frame decoding to improve interactive sensitivity.
- Provided methods to terminate the decoding process at different phases such as during binarization, localization...
Released: May 28, 2019
Updates in 6.5.2
Funktionen
- Optimized barcode reading workflow for QRCode/DataMatrix/Aztec code recognition.
- Reduced error rate of 1D barcode recognition.
- Reduced the possibility of conflicts with neighbor barcodes, improving the precision of the zone to be deleted when a barcode is recognized successfully.
- Windows .NET - Added a new Dispose method to help release resources in the BarcodeReader Class.
- Linux Edition - Added a new SDK distribution, which does not include libstdc++, to the installation package...