typedef struct _tagMOROptions2{L_UINT uStructSize;L_BOOL bEnableFax;} MOROPTIONS2, * pMOROPTIONS2;
The MOROPTIONS2 structure contains options for MOR recognition.
| Member | Description | |
| uStructSize | Structure size. It should be equal to sizeof(MOROPTIONS2). | |
| bEnableFax | Flag that specifies whether the fax image mode is enabled. Possible values are: | |
| Value | Meaning | |
| TRUE | The fax image mode is enabled. | |
| FALSE | The fax image mode is not enabled. | |
This structure is used only when the recognition module for the zone is DOC2_RECOGMODULE_MULTI_LINGUAL_OMNIFONT. The recognition module for a zone can be found in the ZONEDATA2 structure.
pMOROPTIONS2 is a pointer to a MOROPTIONS2 structure. If the function parameter type is pMOROPTIONS2, declare a MOROPTIONS2 variable, update the structure's fields, and pass the variable's address in the parameter. Declaring a pMOROPTIONS2 variable is necessary only if the program requires a pointer.
This structure is used with the following functions: