ABBYY Mobile OCR Engine 4

Go to: Contents | Native Library API Reference | Functions

FineSetLicenseInfo Function

This function sets the license information. The ABBYY Mobile OCR Engine license file has to be loaded to the memory and set with the help of this function.

Note: If you use a trial license, the word "ABBYY" will appear in each 20th line in the recognized text and in each third recognized business card.

C Syntax
TFineErrorCode FineSetLicenseInfo( const CFineLicenseInfo* licenseInfo );

Parameters

licenseInfo
[in] A constant pointer to the CFineLicenseInfo variable containing the license information.

Return value

The function returns the standard return values of ABBYY Mobile OCR Engine functions.

See also

FineGetLicenseInfo
How to Use the Native Library