| ABBYY Mobile OCR Engine 4 |
Go to: Contents | Native Library API Reference | Functions
This function initializes the ABBYY Mobile OCR Engine library. It allows you to specify client-implemented functions for memory allocation and release and a logging function.
Important! All functions of the ABBYY Mobile OCR Engine library should be called only from the thread in which the library was initialized. You can not initialize the library in several threads simultaneously or parallel without deinitialization.
TFineErrorCode FineInitialize( TFineAllocMemoryFunction allocFunction, TFineFreeMemoryFunction freeFunction, TFineExecutionLogFunction executionLogFunction );
The function returns the standard return values of ABBYY Mobile OCR Engine functions.
FineDeinitialize
Memory
Management Functions
How to Use the Native Library