RunPostprocessor

RunPostprocessor(OcrOutput)

Applies all registered AI postprocessors to a structured OCR result.

public void RunPostprocessor(OcrOutput res)
ParameterTypeDescription
resOcrOutputThe OCR result to process.

See Also


RunPostprocessor(List<string>)

Applies all registered AI postprocessors to a list of recognized text strings.

public void RunPostprocessor(List<string> res)
ParameterTypeDescription
resList`1The list of recognized strings.

See Also