Class OCRTableCell
Class OCRTableCell
Namespace: Aspose.OCR
Assembly: Aspose.OCR.dll (25.11.0)
Represents one table cell with recognized text and position information.
public class OCRTableCellInheritance
Inherited Members
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Remarks
Each cell corresponds to a single grid element in the table, identified by its column index.
Constructors
OCRTableCell()
public OCRTableCell()Properties
ColumnIndex
Zero-based index of the column this cell belongs to.
public int ColumnIndex { get; set; }Property Value
Remarks
The index determines the horizontal order of the cell within its row.
Text
Recognized text content of the cell.
public string Text { get; set; }Property Value
Remarks
May be an empty string if the OCR engine detected an empty cell or whitespace.