Package com.mindee.parsing.common.ocr
Class Word
- java.lang.Object
-
- com.mindee.parsing.common.ocr.Word
-
public class Word extends Object
Represents a word.
-
-
Constructor Summary
Constructors Constructor Description Word()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
double
getConfidence()
The confidence about the zone of the value extracted.Polygon
getPolygon()
Define the coordinates of the zone in the page where the values have been found.String
getText()
Represent the content.int
hashCode()
-
-
-
Method Detail
-
getConfidence
public double getConfidence()
The confidence about the zone of the value extracted. A value from 0 to 1.
-
getPolygon
public Polygon getPolygon()
Define the coordinates of the zone in the page where the values have been found.
-
getText
public String getText()
Represent the content.
-
canEqual
protected boolean canEqual(Object other)
-
-