Class OcrPage


  • public class OcrPage
    extends Object
    Represents a page.
    • Constructor Detail

      • OcrPage

        public OcrPage​(List<Word> allWords)
    • Method Detail

      • toLines

        protected List<List<Word>> toLines()
        Order all the words on the page into lines.
      • getAllLines

        public List<List<Word>> getAllLines()
        All the words on the page, ordered in lines.
      • getAllWords

        public List<Word> getAllWords()
        All the words on the page, in semi-random order.