typedef struct _tagMOROptions2
{
L_UINT uStructSize;
L_BOOL bEnableFax;
} MOROPTIONS2, * pMOROPTIONS2;
The MOROPTIONS2 structure contains options for MOR recognition.
Structure size. Set it to sizeof(MOROPTIONS2).
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. |
MOROPTIONS2 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.
The structure is used by: