public static interface ITessAPI.TessPageIteratorLevel
ResultIterator
to provide functions that operate on each
level without having to have 5x as many functions.Modifier and Type | Field and 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.
|
static final int RIL_BLOCK
static final int RIL_PARA
static final int RIL_TEXTLINE
static final int RIL_WORD
static final int RIL_SYMBOL