Process
Process(OcrOutput)
Processes OCR results using this AI post-processor, optionally detecting tables in a specified mode or region.
public void Process(OcrOutput results)
Parameter | Type | Description |
---|---|---|
results | OcrOutput | The structured OCR output to process. |
See Also
- class OcrOutput
- interface IOcrAIPostProcessor
- namespace Aspose.OCR.AI
- assembly Aspose.OCR
Process(List<string>)
Processes a list of text results using this AI post-processor.
public void Process(List<string> results)
Parameter | Type | Description |
---|---|---|
results | List`1 | The list of text strings to process. |
See Also
- interface IOcrAIPostProcessor
- namespace Aspose.OCR.AI
- assembly Aspose.OCR