MrzHelper.decode Method

Module: MrzHelper

Definition

Decodes an MRZ of a given type and returns the values of the various fields.

static StringDict decode(String? text, MrzType type)

Parameters

text String
in The input MRZ.

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

Returns

A dictionary containing the fields and values decoded in the MRZ.

Exceptions

An error has occurred during Document Library execution.