TesseractOcrEngineSetLicense Method |
Namespace: DevScope.Ocr.Tesseract.WindowsPhone
public static TesseractOcrLicenseStatus SetLicense( string licenseName, string licenseEmail, string licenseKey )
// ********************************************************* // Please change the strings in the parameters of the call to "TesseractOcrEngine.SetLicense" according to the // license information that you have received by email from Devscope. // "License Name" : The name to whom the license was emmited // "License Email" : The email to whom the license was emmited // "Unlock key" : The license key received in the email // If you have any problems please contact Devscope via email to support@devscope.net // ********************************************************* var status = TesseractOcrEngine.SetLicense("License Name", "License Email", "Unlock key");