OCRTablePage

Inheritance: java.lang.Object

public class OCRTablePage

Represents one page with recognized tabular data.

Each page stores the list of table rows detected on that page. If no table is detected, the #rows.rows list will be empty.

Constructors

ConstructorDescription
OCRTablePage()

Methods

MethodDescription
getPageIndex()
getRows()

OCRTablePage()

public OCRTablePage()

getPageIndex()

public int getPageIndex()

Returns: int

getRows()

public List<OCRTableRow> getRows()

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