Browse our Products

Aspose.OCR for C++ 24.1.0 - Release Notes

What was changed

KeySummaryCategory
OCRCPP‑554Deprecated methods and structures have been removed to simplify the API.Enhancement

Public API changes and backwards compatibility

This section lists all public API changes introduced in Aspose.OCR for C++ 24.1.0 that may affect the code of existing applications.

Added public APIs:

No changes.

Updated public APIs:

No changes.

Removed public APIs:

The following public APIs have been removed in Aspose.OCR for C++ 24.1.0 release:

Deprecated APIReplacement
asposeocr_page() methodUse the universal asposeocr_recognize() method.
asposeocr_page_from_raw_bytes() methodUse the universal asposeocr_recognize() method.
asposeocr_page_tiff() methodUse the universal asposeocr_recognize() method.
asposeocr_pages_multi() methodUse the universal asposeocr_recognize() method.
asposeocr_page_from_uri() methodUse the universal asposeocr_recognize() method.
asposeocr_page_all() methodUse the universal asposeocr_recognize() method.
asposeocr_page_all_from_raw_bytes() methodUse the universal asposeocr_recognize() method.
asposeocr_page_rect() methodUse the universal asposeocr_recognize() method.
asposeocr_page_rect_from_raw_bytes() methodUse the universal asposeocr_recognize() method.
asposeocr_page_abc() methodUse the universal asposeocr_recognize() method.
asposeocr_page_abc_from_raw_bytes() methodUse the universal asposeocr_recognize() method.
asposeocr_page_abc_all() methodUse the universal asposeocr_recognize() method.
asposeocr_page_abc_all_from_raw_bytes() methodUse the universal asposeocr_recognize() method.
asposeocr_page_rect_abc() methodUse the universal asposeocr_recognize() method.
asposeocr_page_rect_abc_from_raw_bytes() methodUse the universal asposeocr_recognize() method.
asposeocr_page_settings() methodUse the universal asposeocr_recognize() method.
asposeocr_page_settings_from_raw_bytes() methodUse the universal asposeocr_recognize() method.
asposeocr_page_fast() methodUse the universal asposeocr_fast_recognize() method.
asposeocr_page_fast_from_raw_bytes() methodUse the universal asposeocr_fast_recognize() method.