DTWAIN_EnumOCRInterfacesEx

Top  Previous  Next

The DTWAIN_EnumOCRInterfacesEx function returns the available supported OCR interfaces that are installed.

 

DTWAIN_ARRAY DTWAIN_EnumOCRInterfacesEx ( );

 

Return Values

A DTWAIN_ARRAY that will be filled with the available values that the Source supports for maximum number of pages to buffer.

 

Comments

The DTWAIN_EnumOCRInterfacesEx performs the same functions as DTWAIN_EnumOCRInterfaces, with the only difference being that the DTWAIN_ARRAY is returned instead of the client having to provide a pointer to a DTWAIN_ARRAY.  

 

 

Prerequisite Function Call(s)

DTWAIN_SysInitialize
DTWAIN_InitOCRInterface