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 table stores the list of table rows.

See Also