GetResult

TableAIProcessor.GetResult method

Gets the processed OCR results after table detection and structuring.

public List<AIResult> GetResult()

Return Value

A list of AIResult objects containing the extracted and formatted tables.

See Also