MrzHelper.check Method¶
Module: MrzHelper
Definition¶
Checks the validity of a single line of an MRZ of a given type by checking the check digits.
static bool check(String? text, MrzType type)
Parameters
text Stringin The input MRZ line.
type MrzTypein The input MRZ type according to ICAO-9303 standard.
Returns
boolThe result of the verification.
Exceptions
An error has occurred during Document Library execution.