Uses of Class
com.mindee.v2.product.ocr.OcrPage
-
Packages that use OcrPage Package Description com.mindee.v2.product.ocr -
-
Uses of OcrPage in com.mindee.v2.product.ocr
Methods in com.mindee.v2.product.ocr that return types with arguments of type OcrPage Modifier and Type Method Description ArrayList<OcrPage>OcrResult. getPages()List of OCR results for each page in the document.Constructor parameters in com.mindee.v2.product.ocr with type arguments of type OcrPage Constructor Description OcrResult(ArrayList<OcrPage> pages)
-