IEngineLoader Interface
This interface is used specifically to load and unload the Engine object. This interface expands the use of ABBYY FineReader Engine in multi-threaded applications. The methods of this interface are an alternative to the existing InitializeEngine and DeinitializeEngine functions. For more information, please refer to the Different Ways to Load the Engine Object section.
This interface is available in the InprocLoader and OutprocLoader objects, which allow you to load FineReader Engine by means of COM either as an in-process server into the current process or as an out-of-process server into a separate process.
Properties
Methods
Name | Description |
---|---|
InitializeEngine | Loads an instance of ABBYY FineReader Engine and allows you to set additional parameters during initialization. |
ExplicitlyUnload | Unloads ABBYY FineReader Engine. |
See also
Different Ways to Load Engine Object
Using ABBYY FineReader Engine in Multi-Threaded Server Applications
9/17/2024 3:14:41 PM