Class OCRTable

Class OCRTable

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

Represents structured table data for the entire OCR document.

public class OCRTable

Inheritance

object OCRTable

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 all processed pages. Each page may contain one or more detected tables, represented as Aspose.OCR.OCRTablePage entries.

Constructors

OCRTable()

public OCRTable()

Properties

Pages

Collection of pages with recognized table data.

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

Property Value

List < OCRTablePage >

Remarks

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