Browse our Products

Aspose.BarCode for Python via .NET 25.1

All Changes

KeySummaryCategory
BARCODENET-37356Add QualitySettings support to NDTBase processorEnhancement
BARCODENET-39189Different ways to generate images yield different resultsEnhancement
BARCODENET-39217Improve the sorting algorithm LikelihoodPairComparer classBug

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:

  1. With Byte Order Mark (BOM) insertion.
  2. Without Byte Order Mark (BOM) insertion.

Recognition Quality Stability

Enhancements were made to the barcode area detector, improving the stability of barcode recognition.