OCRTableCell

OCRTableCell class

Represents one table cell with recognized text and position information.

public class OCRTableCell

Constructors

NameDescription
OCRTableCell()The default constructor.

Properties

NameDescription
ColumnIndex { get; set; }Zero-based index of the column this cell belongs to.
Text { get; set; }Recognized text content of the cell.

Remarks

Each cell corresponds to a single grid element in the table, identified by its column index.

See Also