Pages

OCRTable.Pages property

Collection of pages with recognized table data.

public List<OCRTablePage> Pages { get; set; }

Remarks

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

See Also