Browse our Products

Aspose.BarCode for Python via Java 23.9

All Changes

KeySummaryCategory
BARCODEJAVA-1701Improve the performance of the productEnhancement
BARCODEJAVA-1613Aspose.BarCode for Python via Java takes time to detect barcode on the imageEnhancement
BARCODENET-38631Loading BMP image failsBug
BARCODENET-38678Can’t read data matrix from the JPG imageBug
BARCODENET-37507Improve Aztec decoderEnhancement
BARCODENET-37958Implement GS1 Composite barcode recognitionEnhancement

Public API changes and backwards compatibility

GS1Aztec barcode type was added to DecodeType and EncodeTypes. Class Recognition.AztecExtendedParameters was added It has methods: getStructuredAppendBarcodesCount() getStructuredAppendBarcodeId() getStructuredAppendFileId() isReaderInitialization() equals(obj)

New public methods have been added to the Recognition.BarCodeExtendedParameters with the following methods: getAztec() getGS1CompositeBar()

New public methods have been added to the Generation.AztecParameters getAztecEncodeMode() setAztecEncodeMode(value) getECIEncoding() setECIEncoding(value) getStructuredAppendBarcodeId() setStructuredAppendBarcodeId(value) getStructuredAppendBarcodesCount() setStructuredAppendBarcodesCount(value) getStructuredAppendFileId() setStructuredAppendFileId(value)