Tables

OCRTablePage.Tables property

Collection of tables with recognized table data.

public List<OCRTable> Tables { get; set; }

Remarks

Each element corresponds to a single OCR table and contains detected rows and cells.

See Also