| Modifier and Type | Method and Description |
|---|---|
static MrzType |
MrzType.fromValue(int value)
Creates an enumeration value from int.
|
MrzType |
MrzReadingResult.getMrzType()
Gets the type of the MRZ detected.
|
MrzType |
DocumentInfo.getMrzType()
Gets the the type of machine-readable zone (MRZ), if applicable.
|
static MrzType |
MrzType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MrzType[] |
MrzType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
MrzHelper.check(java.lang.String text,
MrzType type)
Checks the validity of a single line of an MRZ of a given type by checking the check digits.
|
static StringDict |
MrzHelper.decode(java.lang.String text,
MrzType type)
Decodes an MRZ of a given type and returns the values of the various fields.
|
Copyright © 2020-2030, id3 Technologies. All rights reserved. eu.id3.document