OCRTable

OCRTable class

Represents structured table data for the entire OCR document.

public class OCRTable

Constructors

NameDescription
OCRTable()The default constructor.

Properties

NameDescription
Pages { get; set; }Collection of pages with recognized table data.

Remarks

This object aggregates all recognized tables across all processed pages. Each page may contain one or more detected tables, represented as OCRTablePage entries.

See Also