Creation Methods of the Engine Object
The Engine object exposes the methods which create other ABBYY FineReader Engine objects.
Note: 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++) 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
7/3/2024 8:50:25 AM