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 String
in The input MRZ line.

type MrzType
in The input MRZ type according to ICAO-9303 standard.

Returns

bool
The result of the verification.

Exceptions

An error has occurred during Document Library execution.