Browse our Products
Aspose.OCR for C++ 22.12.0 - Release Notes
This article contains a summary of recent changes, enhancements and bug fixes in Aspose.OCR for C++ 22.12.0 (December 2022) release.
GPU-accelerated version of Aspose.OCR for C++: 22.12.0
What was changed
| Key | Summary | Category |
|---|---|---|
| OCRCPP-420 | Optimized recognition performance when reading the same image with the same settings several times in a row. | Enhancement |
Public API changes and backwards compatibility
This section lists all public API changes introduced in Aspose.OCR for C++ 22.12.0 that may affect the code of existing applications.
Added public APIs:
No changes.
Updated public APIs:
The following public APIs have been updated in this release:
Recognition performance optimization
Compatibility: fully backward compatible.
This change will not affect existing code or recognition results.
The library caches the recognition parameters and the result. This allows for much faster recognition when the same image is recognized with the same settings more than once in a row.
This behavior applies to the following functions:
C functions
asposeocr_pageasposeocr_page_from_raw_bytesasposeocr_page_fastasposeocr_page_fast_from_raw_bytesasposeocr_page_settingsasposeocr_page_settings_from_raw_bytesasposeocr_page_from_uriasposeocr_page_allasposeocr_page_all_from_raw_bytesasposeocr_page_abcasposeocr_page_abc_from_raw_bytesasposeocr_page_abc_allasposeocr_page_abc_all_from_raw_bytes
C++ functions
aspose::ocr::pageaspose::ocr::page_from_raw_bytesaspose::ocr::page_fastaspose::ocr::page_fast_from_raw_bytesaspose::ocr::page_settingsaspose::ocr::page_settings_from_raw_bytesaspose::ocr::pages_multi_arrayaspose::ocr::pages_multi_array_from_raw_bytesaspose::ocr::page_from_uriaspose::ocr::page_allaspose::ocr::page_all_from_raw_bytesaspose::ocr::page_abc_allaspose::ocr::page_abc_all_from_raw_bytesaspose::ocr::page_abcaspose::ocr::page_abc_from_raw_bytes
Removed public APIs:
No changes.