ExtractMrz Method of the FRPage Object
This method extracts data from a machine-readable zone (MRZ). No more than one MRZ may be extracted from each document page.
Syntax
HRESULT ExtractMrz( IMrzProcessingParams* MrzProcessingParams, IMrzData** Result );
Parameters
- MrzProcessingParams
- [in] This variable describes the MrzProcessingParams object that stores parameters of MRZ extraction. This parameter may be 0. In this case, the MRZ is extracted with default parameters.
- Result
- [out, retval] A pointer to IMrzData* pointer variable that receives the interface pointer of the output MrzData object. This parameter returns NULL if MRZ has not been extracted.
Return values
This function has no specific return values. It returns the standard return values of ABBYY FineReader Engine functions.
See also
7/3/2024 8:50:25 AM