Products | Support | Send comments on this topic. | Email a link to this topic. | Back to Getting Started | Help Version 18.0.10.23
LEADTOOLS OCR C DLL Help

MOROPTIONS2

Show in webframe

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

Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.