Documentation ¶
Overview ¶
Package mrz provides utilities for parsing the 'Machine Readable Zone' (MRZ).
Index ¶
Constants ¶
View Source
const MRZLengthTD1 = 90
View Source
const MRZLengthTD2 = 72
View Source
const MRZLengthTD3 = 88
Variables ¶
This section is empty.
Functions ¶
func DecodeValue ¶
Types ¶
type MRZ ¶
type MRZ struct { DocumentCode string IssuingState string NameOfHolder MrzName DocumentNumber string Nationality string DateOfBirth string Sex string DateOfExpiry string OptionalData string OptionalData2 string // TODO - just required for TD1?.. should this be considered as a single logical field? }
func (*MRZ) EncodeMrzi ¶
Click to show internal directories.
Click to hide internal directories.