RunPostprocessor
RunPostprocessor(OcrOutput)
Applies all registered AI postprocessors to a structured OCR result.
public void RunPostprocessor(OcrOutput res)
Parameter | Type | Description |
---|---|---|
res | OcrOutput | The OCR result to process. |
See Also
- class OcrOutput
- class AsposeAI
- namespace Aspose.OCR
- assembly Aspose.OCR
RunPostprocessor(List<string>)
Applies all registered AI postprocessors 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
- assembly Aspose.OCR