Lanzamientos de Aspose.BarCode for Python via Java
Released: Nov 22, 2024
Actualizaciones en V24.11
Características
- Implemented the __str__ method in all relevant classes across the code.
- Implemented the __eq__ method in all relevant classes across the project.
- Enhanced the code by adding type annotations for parameters and return values.
- Enhanced the inheritance design using the ABC module.
- Improved QR Codes recognition speed in HighPerformance mode.
Correcciones
- The getMaxiCodeMode and setMaxiCodeMode methods in the MaxiCodeExtendedParameters class should now use the MaxiCodeMode enum...
Released: Oct 29, 2024
Actualizaciones en V24.10
Características
- Added type annotations to parameters and return values.
- Implemented the exportToXml(xml_path) and importFromXml(xml_path) methods in the BarcodeGenerator class.
- You can now explicitly cast methods return values to Python data types and custom-defined classes to ensure compatibility.
Correcciones
- An error regarding ComplexBarcode occurred.
- Error related to RecognitionAbortedException method has occurred.
- Encountered an error with BarcodeGenerator.
- Tests for BarcodeGenerator failed...
Released: Sep 27, 2024
Actualizaciones en V24.9
Características
- Updated PZN encoder and decoder.
- Added tests for the functionality added in release 24.6, including setters and getters.
- QR, MicroQR, RectMicroQR barcodes recognition parameters obtained new public properties QRVersion, MicroQRVersion, RectMicroQRVersion and QRErrorLevel, which have been added to the QRExtendedParameters.
Correcciones
- 'AustralianPostShortBarHeight' is ignored.
Released: Aug 22, 2024
Actualizaciones en V24.8
Características
- Added the SpecificParametersUI.DataMatrix() method which returns DataMatrixParametersUI.
- Updated HighQuality preset implementation for QR recognition engine.
- The images that are generated should now be compared with reference images.
Correcciones
- AustralianPostShortBarHeight is ignored.
Released: Jul 21, 2024
Actualizaciones en V24.7
Características
- Added changes to the API for Code39 and Code93.
- Implemented SVG 2.0 color schemes (RGB, RGBA, HSL, HSLA).
Released: Jun 27, 2024
Actualizaciones en V24.6
Características
- Added the ability to read CODABAR barcode START and STOP symbols.
- Improved HanXin recognition performance.
- Added ability to rebuild the architecture of CodeText encoding in 2D barcodes.
Released: Dec 24, 2023
Actualizaciones en V23.12
Características
- Improved Han Xin Code support.
- Improved speed of basic recognition.
- Improved QR recognition quality.
Released: Nov 29, 2023
Actualizaciones en V23.11
Características
- Added support for encoding and decoding MicroPdf417 barcodes with special GS1 modes.
Released: Oct 30, 2023
Actualizaciones en V23.10
Características
- Improved Aztec barcode recognition quality.
Correcciones
- MicroPdf417 test containing the macro parameters related to LocalDate is failed.
- Swiss QR barcode: wrong placement of cross.
- Unable to read DataMatrix code.
Released: Sep 28, 2023
Actualizaciones en V23.9
Características
- Improved Aztec barcode decoder.
- Added recognition support for GS1 Composite barcodes.
Correcciones
- Loading BMP image fails.
- Can't read data matrix from the JPG image.
- Aspose.BarCode for Python via Java takes time to detect barcode on the image.