| Package | Description |
|---|---|
| com.innovatrics.mrz |
MRZ Record Parser.
|
| com.innovatrics.mrz.types |
MRZ data types.
|
| Modifier and Type | Method and Description |
|---|---|
MrzFormat |
MrzParseException.getFormat() |
MrzFormat |
MrzParser.getFormat() |
MrzFormat |
MrzRecord.getFormat() |
| Constructor and Description |
|---|
MrzParseException(String message,
String mrz,
MrzRange range,
MrzFormat format) |
MrzRecord(MrzFormat format,
String recordName) |
MrzRecordOptional(MrzFormat format,
String recordName) |
| Modifier and Type | Method and Description |
|---|---|
static MrzFormat |
MrzFormat.get(String mrz)
Detects given MRZ format.
|
static MrzFormat |
MrzFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MrzFormat[] |
MrzFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2011–2022 Innovatrics. All rights reserved.