public final class OcrDocumentType
extends java.lang.Enum
Modifier and Type | Field and Description |
---|---|
static OcrDocumentType |
OCR_DOCUMENT_TYPE_ARABIC
Supports the recognition of Arabic-Indic numerals and punctuation marks used in amounts.
|
static OcrDocumentType |
OCR_DOCUMENT_TYPE_GENERIC
Supports latin alphabet, numbers, punctuation marks, currency symbols and common country
specific characters for large number of commonly used fonts.
|
static OcrDocumentType |
OCR_DOCUMENT_TYPE_MICR
Supports the recognition of MICR (Magnetic Ink Character Recognition) font characters
which are used mainly by the banking industry.
|
Modifier and Type | Method and Description |
---|---|
static OcrDocumentType |
valueOf(java.lang.String name) |
static OcrDocumentType[] |
values() |
public static final OcrDocumentType OCR_DOCUMENT_TYPE_GENERIC
public static final OcrDocumentType OCR_DOCUMENT_TYPE_MICR
public static final OcrDocumentType OCR_DOCUMENT_TYPE_ARABIC
public static OcrDocumentType[] values()
public static OcrDocumentType valueOf(java.lang.String name)