MOROPTIONS2

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.

Comments

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:

L_Doc2SetMOROptions

L_Doc2GetMOROptions

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
LEADTOOLS Professional OCR C API Help