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