OCRTable

OCRTable class

Represents one table with recognized tabular data.

public class OCRTable

Constructors

NameDescription
OCRTable()The default constructor.

Properties

NameDescription
Rows { get; set; }Collection of recognized table rows.
TableIndex { get; set; }Zero-based index of the table in the OCR document’s page.

Remarks

Each page stores the list of table rows detected on that page. If no table is detected, the Rows list will be empty.

See Also