Package com.mindee.v2.product.ocr
Class OcrResult
- java.lang.Object
-
- com.mindee.v2.product.ocr.OcrResult
-
public final class OcrResult extends Object
Result of the OCR utility inference.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)ArrayList<OcrPage>getPages()List of OCR results for each page in the document.inthashCode()StringtoString()
-