Uses of Class
com.mindee.v2.product.ocr.OcrWord
-
Packages that use OcrWord Package Description com.mindee.v2.product.ocr -
-
Uses of OcrWord in com.mindee.v2.product.ocr
Methods in com.mindee.v2.product.ocr that return types with arguments of type OcrWord Modifier and Type Method Description ArrayList<OcrWord>OcrPage. getWords()List of words extracted from the document page.Constructor parameters in com.mindee.v2.product.ocr with type arguments of type OcrWord Constructor Description OcrPage(String content, ArrayList<OcrWord> words)
-