OCRTableRow
Inheritance: java.lang.Object
public class OCRTableRow
Represents a single row within a recognized table.
A row contains a collection of OCRTableCell instances, each representing one table column.
Constructors
| Constructor | Description |
|---|---|
| OCRTableRow() |
Methods
| Method | Description |
|---|---|
| getCells() | |
| getRowIndex() |
OCRTableRow()
public OCRTableRow()
getCells()
public List<OCRTableCell> getCells()
Returns: java.util.List<com.aspose.ocr.models.OCRTableCell>
getRowIndex()
public int getRowIndex()
Returns: int