public class Word
extends Object
Encapsulates Tesseract OCR results at certain page iterator level.
-
Constructor Summary
Constructors
-
Method Summary
-
Constructor Details
-
Word
Constructor.
- Parameters:
text
-
confidence
-
boundingBox
-
-
Method Details
-
getText
- Returns:
- the text
-
getConfidence
public float getConfidence()
- Returns:
- the confidence
-
getBoundingBox
- Returns:
- the bounding box
-