public static final class TessBaseAPI.PageIteratorLevel extends Object
ResultIterator to provide
functions that operate on each level without having to have 5x as many
functions.
NOTE: At present RIL_PARA and RIL_BLOCK are equivalent
as there is no paragraph internally yet.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TessBaseAPI.PageIteratorLevel.Level |
| 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 text line.
|
| Constructor and Description |
|---|
PageIteratorLevel() |
public static final int RIL_BLOCK
public static final int RIL_PARA
public static final int RIL_TEXTLINE
public static final int RIL_WORD
public static final int RIL_SYMBOL