API for machine readable zone parsing.

Required licence feature(s): MrzScanner.

Methods

  • Frees up any resources associated with this object. No other methods may be called on this object after destroy has been called.

    Returns Promise<void>

  • Parse the MRZ string.

    Parameters

    • text: string

      The MRZ string to parse. Should be formatted with newlines.@returns The recognition result.

    Returns Promise<MrzScannerResult>

Generated using TypeDoc