OCRTablePage
Inheritance: java.lang.Object
public class OCRTablePage
Represents structured table data for the entire OCR document’s page.
This object aggregates all recognized tables across one processed page. Each page may contain one or more detected tables, represented as OCRTable entries.
Constructors
| Constructor | Description |
|---|---|
| OCRTablePage() |
Methods
| Method | Description |
|---|---|
| getTables() |
OCRTablePage()
public OCRTablePage()
addTable(OCRTable table)
public void addTable(OCRTable table)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| table | OCRTable |
getTables()
public List<OCRTable> getTables()
Returns: java.util.List<com.aspose.ocr.models.OCRTable>