OCRTable

OCRTable class

Represents one table with recognized tabular data.

The OCRTable type exposes the following members:

Constructors

NameDescription
OCRTable()Initializes a new instance of the OCRTable class

Properties

NameDescription
table_indexZero-based index of the table in the OCR document’s page.
rowsCollection of recognized table rows.

See Also