Cells

OCRTableRow.Cells property

List of recognized cells within this row.

public List<OCRTableCell> Cells { get; set; }

Remarks

Each cell contains the recognized text and its corresponding column index.

See Also