GetEngine method
Loads the ABBYY Mobile Capture SDK engine.
Creating the Engine and initializing the library may take up a lot of time, because all the resources need to be loaded. Therefore you should call this method only once, during initialization, and reuse the Engine object every time you need to start a new recognition operation.
IEngine GetEngine(string licenseName);
Parameters
- licenseName
- The license file name. Please note, that the license file should be placed the Assets directory for Android and Resources directory for iOS .
Return values
The method returns an instance of the Engine object.
3/2/2022 12:59:15 PM