IOcrAIPostProcessor

IOcrAIPostProcessor class

Interface for applying AI-based postprocessing to OCR recognition results.

The IOcrAIPostProcessor type exposes the following members:

Methods

NameDescription
process(results)Processes OCR results using this AI post-processor, optionally detecting tables in a specified mode or region.
process(results)
set_ai(aspose_ai)Injects an instance of the AsposeAI class that provides access to AI functionality.
This allows for decoupling the processor from a specific AI implementation.
set_default_model(custom_settings)Sets the default AI model configuration to use for this processor.

See Also