OCRTableCell

Inheritance: java.lang.Object

public class OCRTableCell

Represents one table cell with recognized text and position information.

Each cell corresponds to a single grid element in the table, identified by its column index.

Constructors

ConstructorDescription
OCRTableCell()

Methods

MethodDescription
getColumnIndex()
getText()

OCRTableCell()

public OCRTableCell()

getColumnIndex()

public int getColumnIndex()

Returns: int

getText()

public String getText()

Returns: java.lang.String