IOcrAIPostProcessor
IOcrAIPostProcessor interface
Interface for applying AI-based postprocessing to OCR recognition results.
public interface IOcrAIPostProcessor
Methods
Name | Description |
---|---|
Process(List<string>) | Processes a list of text results using this AI post-processor. |
Process(OcrOutput) | Processes OCR results using this AI post-processor, optionally detecting tables in a specified mode or region. |
SetAI(AsposeAI) | Injects an instance of the AsposeAI class that provides access to AI functionality. This allows for decoupling the processor from a specific AI implementation. |
SetDefaultModel(AsposeAIModelConfig) | Sets the default AI model configuration to use for this processor. |
See Also
- namespace Aspose.OCR.AI
- assembly Aspose.OCR