DTWAIN_InitOCRInterface

Top  Previous  Next

The DTWAIN_InitOCRInterface starts the process of retrieving the extended image information from the Source.

 

DTWAIN_BOOL DTWAIN_InitOCRInterface( );

 

Return Values

If the function succeeds, TRUE is returned.  If the function fails FALSE is returned.

 

Comments

The DTWAIN_InitOCRInterface function must be the first function called to set up the DTWAIN's OCR interface functions.  This  function will also attempt to find and initialize all of the supported OCR engines.  If no supported OCR Engines are found, the return value is FALSE.

 

Prerequisite Function Call(s)

DTWAIN_SysInitialize