GetTableData

OcrOutput.GetTableData method

Returns structured table data extracted from all recognized pages. Useful if the entire page is one table.

public List<OCRTablePage> GetTableData()

Return Value

A OCRTablePage structure representing all tables in the document (one page contains one table).

Remarks

Each page structured as one table and contains rows, and each row contains cells with recognized text and optional position information.

See Also