Skip to main content
The Engine object exposes the methods which provide additional services.
NameDescription
CleanRecognizerSessionCleans the current recognition session.
ConvertLanguageIdToLCIDConverts ABBYY FineReader Engine internal representation of language ID by the LanguageIdEnum into Win32 standard LCID.
ConvertLCIDToLanguageIdConverts Win32 standard LCID into ABBYY FineReader Engine internal representation of language ID by the LanguageIdEnum.
EditUserPattern <Note> Windows only </Note>Produces the dialog box for editing user pattern in the specified path.
GetAvailableLicensesProvides access to the collection of available licenses.
LoadModuleAllows you to load the modules which will be necessary for application operation.
LoadPredefinedProfileLoads one of the predefined profiles.
LoadProfileLoads a user profile file.
MergePatternsMerges several user pattern files into one file.
ReleaseOnlineLicense <Note> Linux and Windows only </Note>Disables and removes an Online License.
RestartLicensing <Note> Linux and Windows only </Note>Restarts licensing, for example, after the connection to the license server was broken and re-established.
SetCurrentLicenseSets current license.
SetLicensingConnectionRecoveryCallback <Note> Linux and Windows only </Note>Sets the user-implemented interface which is used to manage the connection breakdowns.
SetParallelProcessingCallback <Note> Linux and Windows only </Note>Sets the interface which is used to manage the parallel processing work.
StartLoggingEnables logging of errors, warnings and method calls.
StopLoggingDisables logging of errors, warnings and method calls.
TrainUserPatternAllows you to perform pattern training.

See also

Engine