Browse our Products
Aspose.BarCode for Python via .NET 25.1
This article contains release notes information for Aspose.BarCode for Python via .NET 25.1.
All Changes
Key | Summary | Category |
---|---|---|
BARCODENET-37356 | Add QualitySettings support to NDTBase processor | Enhancement |
BARCODENET-39189 | Different ways to generate images yield different results | Enhancement |
BARCODENET-39217 | Improve the sorting algorithm LikelihoodPairComparer class | Bug |
Public API changes and backwards compatibility
Recognition Quality and Speed of NDTBase Processors
The recognition quality and speed of NDTBase processors have been improved. These enhancements apply to the following symbologies:
- Code128
- Code16K
- Supplement
- UPCE
- Code39
- Code39FullASCII
BarcodeGenerator API Updates
The aspose.barcode.generation.BarcodeGenerator.set_code_text(code_text, encoding, insert_bom)
functions for charset encodings have been updated. Two variants of the function are now available:
- With Byte Order Mark (BOM) insertion.
- Without Byte Order Mark (BOM) insertion.
Recognition Quality Stability
Enhancements were made to the barcode area detector, improving the stability of barcode recognition.