OCRTablePage

OCRTablePage class

Represents structured table data for the entire OCR document’s page.

public class OCRTablePage

Constructors

NameDescription
OCRTablePage()The default constructor.

Properties

NameDescription
Tables { get; set; }Collection of tables with recognized table data.

Remarks

This object aggregates all recognized tables across one processed page. Page may contains one or more detected tables, represented as OCRTable entries.

See Also