Package com.mindee.v2.product.ocr
Class OcrWord
- java.lang.Object
-
- com.mindee.v2.product.ocr.OcrWord
-
public class OcrWord extends Object
OCR result for a single word extracted from the document page.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetContent()Text content of the word.PolygongetPolygon()Position information as a list of points in clockwise order.inthashCode()
-