OCRTableCell

OCRTableCell class

Represents one table cell with recognized text and position information.

The OCRTableCell type exposes the following members:

Constructors

NameDescription
OCRTableCell()Initializes a new instance of the OCRTableCell class

Properties

NameDescription
column_indexZero-based index of the column this cell belongs to.
textRecognized text content of the cell.

See Also