Rows

OCRTablePage.Rows property

此页面上已识别表格行的集合。

public List<OCRTableRow> Rows { get; set; }

备注

每行包含一个或多个 OCRTableCell 对象,这些对象具有已识别的文本值。

另请参见