Rank: Administration
Groups: Administrators
Joined: 1/5/2016(UTC) Posts: 1,099
Thanks: 7 times Was thanked: 128 time(s) in 125 post(s)
|
Question:We have purchased a license but cannot find a link to the download the full version. Please instruct on where to get the download/enter the key into the trial version. Answer:To use the Tesseract.Net SDK you need to provide a valid license key to the engine through LicensedKey static property of the OcrApi class. This can either be done directly by providing the key as a string before you call the Create method of same class. Please see the example below: Code:
OcrApi.LicenseKey = "42433553494d500328bd021c3fd13c295f0f22d28e311f9cfb5937fbbb94fda3eb077f57b681c1c01742a0e23ccb0e7c52ccd8ea1674baf7473992f5043a4c77d2dc5ba756cd558d2555tdc333e90a2a036c1ec4eb88edda821c1e6d2f5a9517d7d092574ec50a75aaae3b461c62b70";
using (var api = OcrApi.Create())
{
api.Init(Languages.English);
...
}
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.
Important Information:
The Patagames Software Support Forum uses cookies. By continuing to browse this site, you are agreeing to our use of cookies.
More Details
Close