OCRTable
OCRTable class
Represents one table with recognized tabular data.
public class OCRTable
Constructors
| Name | Description |
|---|---|
| OCRTable() | The default constructor. |
Properties
| Name | Description |
|---|---|
| Rows { get; set; } | Collection of recognized table rows. |
| TableIndex { get; set; } | Zero-based index of the table in the OCR document’s page. |
Remarks
Each page stores the list of table rows detected on that page. If no table is detected, the Rows list will be empty.
See Also
- namespace Aspose.OCR
- assembly Aspose.OCR