Package com.mindee.v2.product.ocr
Class OcrPage
- java.lang.Object
-
- com.mindee.v2.product.ocr.OcrPage
-
public class OcrPage extends Object
OCR result for a single page.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetContent()Full text content extracted from the document page.ArrayList<OcrWord>getWords()List of words extracted from the document page.inthashCode()
-