OCRTableRow

OCRTableRow class

Represents a single row within a recognized table.

The OCRTableRow type exposes the following members:

Constructors

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

Properties

NameDescription
row_indexZero-based index of the row within the table.
cellsList of recognized cells within this row.

See Also