| Modifier and Type | Method and Description |
|---|---|
static OcrBlock |
OcrBlock.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OcrBlock[] |
OcrBlock.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
BreakIterator |
OcrFormat.getBreakIterator(OcrBlock breakBlock,
OcrBlock limitBlock,
int contextSize)
Get a BreakIterator that splits the content according to the break parameters
|
| Modifier and Type | Method and Description |
|---|---|
BreakIterator |
AltoFormat.getBreakIterator(OcrBlock breakBlock,
OcrBlock limitBlock,
int contextSize) |
| Modifier and Type | Method and Description |
|---|---|
BreakIterator |
HocrFormat.getBreakIterator(OcrBlock breakBlock,
OcrBlock limitBlock,
int contextSize) |
| Modifier and Type | Method and Description |
|---|---|
BreakIterator |
MiniOcrFormat.getBreakIterator(OcrBlock breakBlock,
OcrBlock limitBlock,
int contextSize) |
Copyright © 2019. All rights reserved.