ABBYY Mobile OCR Engine 4

Go to: Contents | Native Library API Reference | Functions | Callback Functions

TFinePrebuiltDataCallbackFunction

A pointer to the callback function that should be implemented on the client side. It delivers to the client the prebuilt information about the document layout, text blocks and lines before the text recognition.

C Syntax
typedef void (*TFinePrebuiltDataCallbackFunction)( 
   TFinePrebuiltDataType dataType, 
   void*                 data 
);

Parameters

dataType
[in] A TFinePrebuiltDataType constant that specifies the pointer type to which the data parameter should be cast.
data
[in] A pointer to a structure with prebuilt data of the type that is specified in the dataType parameter.

Return value

This function returns zero to break recognition process.

See also

FineAnalyzeImage
FineRecognizeBlocks
FineRecognizeImage
FineRecognizeRegion
FineRecognizeBusinessCard