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)
ParameterTypeDescription
resultsOcrOutputThe structured OCR output to process.

See Also


Process(List<string>)

Processes a list of text results using this AI post-processor.

public void Process(List<string> results)
ParameterTypeDescription
resultsList`1The list of text strings to process.

See Also