Aspose.BarCode for Java 18.5 - Release Notes

KeySummaryCategory
BARCODENET-36759Remove obsolete properties from BarCodeReaderEnhancement
BARCODENET-36856GetCustomSizeBarCodeImage method is discarding check digit when generate EAN13 coded barcodeBug
BARCODENET-36869Fake recognition of MicrE13B barcodesBug

Public API and Backward Incompatible Changes

This section lists public API changes that were introduced in Aspose.BarCode for Java 18.5. It includes not only new and obsoleted public methods, but also a description of any changes in the behavior behind the scenes in Aspose.BarCode for Java which may affect existing code. Any behavior introduced that could be seen as a regression and modifies existing behavior is especially important and is documented here.

Obsolete APIs

Following APIs are marked as obsolete. Do not use them anymore.

TypeDetails
Method

getAllPossibleBarCodes has been removed from com.aspose.barcode.barcoderecognition.BarCodeReader class.

RecognitionMode.MaxBarCodes and getIsDeniable method can be used.

PropertygetExpectedBarCodeCount/setExpectedBarCodeCount has been removed from com.aspose.barcode.barcoderecognition.BarCodeReader class.
PropertyexpectedBarCodeCount doesn’t have an influence on recognition speed.
Property

getOrientationHints/setOrientationHints and getOrientationHintsName methods have been removed from com.aspose.barcode.barcoderecognition.BarCodeReader class.

Barcode orientation is detected automatically.

Enumcom.aspose.barcode.barcoderecognition.RecognitionHints has been removed
Classcom.aspose.barcode.barcoderecognition.PossibleBarCode has been removed