mrzLine property

TextFieldWrapper? get mrzLine

MRZ text value

Implementation

TextFieldWrapper? get mrzLine => document
    .fieldByTypeName("MRZLine")
    ?.let((field) => TextFieldWrapper(field));