Interface ITessAPI.TessPageIteratorLevel

  • Enclosing interface:
    ITessAPI

    public static interface ITessAPI.TessPageIteratorLevel
    Enum of the elements of the page hierarchy, used in ResultIterator to provide functions that operate on each level without having to have 5x as many functions.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int RIL_BLOCK
      Block of text/image/separator line.
      static int RIL_PARA
      Paragraph within a block.
      static int RIL_SYMBOL
      Symbol/character within a word.
      static int RIL_TEXTLINE
      Line within a paragraph.
      static int RIL_WORD
      Word within a textline.