OCRTablePage

OCRTablePage class

Represents one page with recognized tabular data.

public class OCRTablePage

Constructors

NameDescription
OCRTablePage()The default constructor.

Properties

NameDescription
PageIndex { get; set; }Zero-based index of the page in the OCR document.
Rows { get; set; }Collection of recognized table rows on this 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