public enum OcrAlgorithmMode extends Enum<OcrAlgorithmMode>
Modes of the OCR algorithm using by engine
| Enum Constant and Description |
|---|
M16PtFontStyles12NEts
16 Font Styles 12 networks
|
M32PtFontStyles12NEts
32 Font Size 12 networks
|
M8PtFontStyles12NEts
8 Font Style 12 networks
|
None
No algorithm defined.
|
| Modifier and Type | Method and Description |
|---|---|
static OcrAlgorithmMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OcrAlgorithmMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OcrAlgorithmMode M16PtFontStyles12NEts
16 Font Styles 12 networks
public static final OcrAlgorithmMode M32PtFontStyles12NEts
32 Font Size 12 networks
public static final OcrAlgorithmMode M8PtFontStyles12NEts
8 Font Style 12 networks
public static final OcrAlgorithmMode None
No algorithm defined.
public static OcrAlgorithmMode valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullpublic static OcrAlgorithmMode[] values()
for (OcrAlgorithmMode c : OcrAlgorithmMode.values()) System.out.println(c);
Copyright © 2014. All rights reserved.