Browse our Products
Aspose.OCR for .NET 24.8.0 - Release Notes
This article contains a summary of recent changes, enhancements and bug fixes in Aspose.OCR for .NET 24.8.0 (August 2024) release.
GPU version: 23.10.1
Deprecation warning
- The release 24.3.0 updates the codes of some recognition languages to align with ISO 639-2 standard.
- Starting with the release 24.8.0, use
Aspose.OCR.Country.NONE
recognition setting to disable extraction of key details from passport images instead ofAspose.OCR.Country.UNIVERSAL
.
To make it easier to upgrade your code, we have kept all legacy values, but marked them as deprecated. All of your existing code will continue to work and you can even make minor updates to it, but be aware that all deprecated language codes are scheduled to be removed in release 25.1.0 (January 2025).
Time to deprecation: 6 months left.
What was changed
Key | Summary | Category |
---|---|---|
OCRNET‑781 OCRNET‑864 | Significantly improved automatic correction of rotated and upside-down images. | Enhancement |
OCRNET‑882 | Enhanced the handling of background images in searchable PDFs. | Enhancement |
OCRNET‑889 | ONNX Runtime dependency was updated to version 1.18.0. | Enhancement |
Public API changes and backwards compatibility
This section lists all public API changes introduced in Aspose.OCR for .NET 24.8.0 that may affect the code of existing applications.
Added public APIs:
No changes.
Updated public APIs:
No changes.
Removed public APIs:
No changes.
Changes to application logic
This section lists all improvements introduced in Aspose.OCR for .NET 24.8.0 that do not affect the public APIs and thus do not require changes to your application code.
Improved skew correction
Aspose.OCR for .NET significantly improves the algorithm for detecting rotated images. The library can now automatically detect and correct large image skew angles, such as 90 degrees, and even handle upside-down images.
Background images in searchable PDFs
When an image is converted into searchable PDFs with transparent text overlay and the original image is placed in the background, only the following processing filters are applied to the background image:
- Skew correction (including automatic deskewing and manual rotation).
- Resizing.
Other image processing filters are applied during recognition, but do not affect the background image in a searchable PDF.