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 final int
    Block of text/image/separator line.
    static final int
    Paragraph within a block.
    static final int
    Symbol/character within a word.
    static final int
    Line within a paragraph.
    static final int
    Word within a textline.