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 booleancanEqual(Object other)booleanequals(Object o)doublegetConfidence()The confidence about the zone of the value extracted.PolygongetPolygon()Define the coordinates of the zone in the page where the values have been found.StringgetText()Represent the content.inthashCode()
-
-
-
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)
-
-