| Package | Description |
|---|---|
| com.innovatrics.mrz |
MRZ Record Parser.
|
| com.innovatrics.mrz.records |
MRZ Record Types.
|
| com.innovatrics.mrz.types |
MRZ data types.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MrzRecordOptional
MrzRecord with Optional field.
|
| Modifier and Type | Method and Description |
|---|---|
static MrzRecord |
MrzParser.parse(String mrz)
Factory method, which parses the MRZ and returns appropriate record class.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FrenchIdCard
Format used for French ID Cards.
|
class |
MRP
MRP Passport format: A two line long, 44 characters per line format.
|
class |
MrtdTd1
MRTD TD1 format: A three line long, 30 characters per line format.
|
class |
MrtdTd2
MRTD td2 format: A two line long, 36 characters per line format.
|
class |
MrvA
MRV type-A format: A two lines long, 44 characters per line format.
|
class |
MrvB
MRV type-B format: A two lines long, 36 characters per line format.
|
class |
SlovakId2x34
Unknown 2 line/34 characters per line format, used with old Slovak ID cards.
|
| Modifier and Type | Method and Description |
|---|---|
MrzRecord |
MrzFormat.newRecord()
Creates new record instance with this type.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends MrzRecord> |
MrzFormat.getRecordClass() |
Copyright © 2011–2020 Innovatrics. All rights reserved.