| Modifier and Type | Method and Description |
|---|---|
PageSegmentationMode |
OCRParams.getPageSegmentationMode()
The page segmentation mode.
|
static PageSegmentationMode |
PageSegmentationMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PageSegmentationMode[] |
PageSegmentationMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OCRParams.setPageSegmentationMode(PageSegmentationMode mode)
The page segmentation mode.
|