OCRTablePage
OCRTablePage class
Represents one page with recognized tabular data.
public class OCRTablePage
Constructors
| Name | Description |
|---|---|
| OCRTablePage() | The default constructor. |
Properties
| Name | Description |
|---|---|
| PageIndex { get; set; } | Zero-based index of the page in the OCR document. |
| Rows { get; set; } | Collection of recognized table rows on this 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