Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.
To add OCR modules to your project:
resource_root_path property of AsposeOCRResourceLoadSettings structure.AsposeOCRResourceLoadSettings structure) using asposeocr_set_resource_load_settings() method before calling any other Aspose.OCR method.AsposeOCRResourceLoadSettings load_settings;
std::string root_path = "path/to/files";
load_settings.resource_root_path = root_path.c_str();
asposeocr_set_resource_load_settings(load_settings);
Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.