Uses of Class
com.mindee.parsing.common.ocr.Word
-
Packages that use Word Package Description com.mindee.parsing.common.ocr -
-
Uses of Word in com.mindee.parsing.common.ocr
Methods in com.mindee.parsing.common.ocr that return types with arguments of type Word Modifier and Type Method Description List<List<Word>>
OcrPage. getAllLines()
All the words on the page, ordered in lines.List<Word>
OcrPage. getAllWords()
All the words on the page, in semi-random order.protected List<List<Word>>
OcrPage. toLines()
Order all the words on the page into lines.Constructor parameters in com.mindee.parsing.common.ocr with type arguments of type Word Constructor Description OcrPage(List<Word> allWords)
-