RunPostprocessor
RunPostprocessor(OcrOutput)
Applies registered AI post-processor to the given structured OCR result. This may include spelling correction, table detection, table formatting, and other AI-powered enhancements depending on the configured processors.
public void RunPostprocessor(OcrOutput res)
Parameter | Type | Description |
---|---|---|
res | OcrOutput | The structured OCR result to process. |
See Also
- class OcrOutput
- class AsposeAI
- namespace Aspose.OCR.AI
- assembly Aspose.OCR
RunPostprocessor(List<string>)
Applies registered AI postprocessor to a list of recognized text strings.
public void RunPostprocessor(List<string> res)
Parameter | Type | Description |
---|---|---|
res | List`1 | The list of recognized strings. |
See Also
- class AsposeAI
- namespace Aspose.OCR.AI
- assembly Aspose.OCR