Browse our Products

Latest release

What was changed

KeySummaryCategory
OCRCPP‑665Improved the loading of external OCR modules.Enhancement
n/aMinor enhancements and fixes.Fix

Public API changes and backwards compatibility

This section lists all public API changes introduced in Aspose.OCR for C++ 24.9.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 changes introduced in Aspose.OCR for C++ 24.9.0 that may affect the behavior of existing applications.

Automatic resource loading

Default behavior starting with version 24.9.0:

AsposeOCRResourceLoadSettings load_settings;
/*** optional - application's working directory is used by default
std::string root_path = "<application's working directory>";
load_settings.resources_root_path = root_path.c_str();
***/
load_settings.lazy_load = true;
asposeocr_set_resource_load_settings(load_settings);

Additional system requirements for Linux version

Use sudo apt-get install liblapack-dev to download and install the latest version of LAPACK.