Class OCRTablePage

Class OCRTablePage

Namespace: Aspose.OCR
Assembly: Aspose.OCR.dll (26.2.0)

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

public class OCRTablePage

Inheritance

object OCRTablePage

Inherited Members

object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Remarks

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

Constructors

OCRTablePage()

public OCRTablePage()

Properties

Tables

Collection of tables with recognized table data.

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

Property Value

List < OCRTable >

Remarks

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