OCRTableCell
Inheritance: java.lang.Object
public class OCRTableCell
Représente une cellule de tableau avec le texte reconnu et les informations de position.
Chaque cellule correspond à un seul élément de grille dans le tableau, identifié par son indice de colonne.
Constructeurs
| Constructeur | Description |
|---|---|
| OCRTableCell() |
Méthodes
| Méthode | Description |
|---|---|
| getColumnIndex() | |
| getText() |
OCRTableCell()
public OCRTableCell()
getColumnIndex()
public int getColumnIndex()
Returns: int
getText()
public String getText()
Returns: java.lang.String