C, C++, .NET, Java, Python, Android and iOS SDK
- Improved DotCode processing by optimizing localization and decoding algorithm.
- Improved stacked, skewed or perspective distorted 1D barcode decoding.
- Added an argument IsOneDStacked to LM_SCAN_DIRECTLY to process stacked OneD barcodes.
- Added a parameter PatchCodeSearchingMargins to specify the searching area of PatchCode.
- Added the supported data format of FormatSpecification.PartitionModes to enhance the readability of the parameters. Users can use a list of enumeration names to specify the PartitionModes.
- Improved the localization mode LM_LINES to better support skewed and perspective OneD barcodes.
- Enhanced tamper resistance of the license keys.
Python SDK
- Added method decode_base64_string to support decoding images encoded with base64 string.
- Added the supported parameter types of method decode_file_stream. The parameter file_stream now supports both bytes and bytearray.