Package com.mindee.parsing.common.ocr
Class OcrPage
- java.lang.Object
-
- com.mindee.parsing.common.ocr.OcrPage
-
public class OcrPage extends Object
Represents a page.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<List<Word>>
getAllLines()
All the words on the page, ordered in lines.List<Word>
getAllWords()
All the words on the page, in semi-random order.protected List<List<Word>>
toLines()
Order all the words on the page into lines.String
toString()
-