MrzReader.readMrz Method

Module: MrzReader

Definition

Detects and reads an MRZ in an image.

read_mrz(self, image: DocumentImage) -> MrzReadingResult

Parameters

in Source image to process

Returns

MRZ reading output.

Exceptions

An error has occurred during Document Library execution.
MrzReadingResult readMrz(DocumentImage image)

Parameters

in Source image to process

Returns

MRZ reading output.

Exceptions

An error has occurred during Document Library execution.
public MrzReadingResult ReadMrz(DocumentImage image)

Parameters

in Source image to process

Returns

MRZ reading output.

Exceptions

An error has occurred during Document Library execution.
public MrzReadingResult readMrz(DocumentImage image) throws DocumentException

Parameters

in Source image to process

Returns

MRZ reading output.

Exceptions

An error has occurred during Document Library execution.
public func readMrz(image: DocumentImage) throws -> MrzReadingResult

Parameters

in Source image to process

Returns

MRZ reading output.

Exceptions

An error has occurred during Document Library execution.
int id3DocumentMrzReader_ReadMrz (
    ID3_DOCUMENT_MRZ_READER hMrzReader,
    ID3_DOCUMENT_IMAGE hImage,
    ID3_DOCUMENT_MRZ_READING_RESULT hResult)

Parameters

in Handle to the MrzReader object.

in Source image to process

out MRZ reading output.

Returns

int
An error code.
See id3DocumentError file for the list of possible error codes.