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