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

ConstructorDescription
OCRTable()

Methods

MethodDescription
getPages()

OCRTable()

public OCRTable()

getPages()

public List<OCRTablePage> getPages()

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