OCRTable
OCRTable class
Represents structured table data for the entire OCR document.
public class OCRTable
Constructors
| Name | Description |
|---|---|
| OCRTable() | The default constructor. |
Properties
| Name | Description |
|---|---|
| Pages { get; set; } | Collection of pages with recognized table data. |
Remarks
This object aggregates all recognized tables across all processed pages. Each page may contain one or more detected tables, represented as OCRTablePage entries.
See Also
- namespace Aspose.OCR
- assembly Aspose.OCR