Skip to main content
The Engine object exposes the methods which create other ABBYY FineReader Engine objects.
If you work with programming languages which do not have garbage collection (for example, C++), you must either use smart pointer classes (see the samples in C++ and (COM)) or release objects that were created by creation methods when they are no longer needed. Prior to the Engine deinitialization, you must release all created objects. Otherwise, the DeinitializeEngine function returns E_FAIL.

See also

Engine