表格

OCRTablePage.Tables property

包含已识别表格数据的表格集合。

public List<OCRTable> Tables { get; set; }

备注

每个元素对应单个 OCR 表格,并包含检测到的行和单元格。

另请参见