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

ConstructorDescription
OCRTablePage()

Methods

MethodDescription
getTables()

OCRTablePage()

public OCRTablePage()

addTable(OCRTable table)

public void addTable(OCRTable table)

Parameters:

ParameterTypeDescription
tableOCRTable

getTables()

public List<OCRTable> getTables()

Returns: java.util.List<com.aspose.ocr.models.OCRTable>