LEADTOOLS Support
Document
Document SDK Questions
I'm getting the below error: "Could not load file or assembly 'Leadtools.Forms.Ocr.Plus, Versi
This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Wednesday, March 23, 2011 4:51:58 AM(UTC)
Groups: Registered, Tech Support
Posts: 207
Was thanked: 3 time(s) in 3 post(s)
If you are using our Evaluation version and are getting this error, most likely you are following some of the tutorials in our help file.
The reason you are seeing this error is because our tutorials have not been updated to use our newer OCR engines which install with our main installation.
To fix the issue:
Change the first parameter of the function: OcrEngineManager.CreateEngine(OcrEngineType.Plus, False)
To either: OcrEngineType.Advantage or OcrEngineType.Professional.
You can then remove the reference to Leadtools.Forms.Plus.dll and add the corresponding DLL to the engine type you elected to create (either Leadtools.Forms.Professional.dll or Leadtools.Forms.Advantage.dll)
This should fix the issue.
If not, please visit our
chat or send an email to
support@leadtools.com specifying you have followed the instructions on this post and the issue is still active.
Travis Montgomery
Senior Sales Engineer
#2
Posted
:
Thursday, March 24, 2011 6:06:07 AM(UTC)
Groups: Registered, Tech Support
Posts: 207
Was thanked: 3 time(s) in 3 post(s)
You may also get this error for the same reasons listed above: "Engine initialization error, or there is no appropriate license."
Travis Montgomery
Senior Sales Engineer
LEADTOOLS Support
Document
Document SDK Questions
I'm getting the below error: "Could not load file or assembly 'Leadtools.Forms.Ocr.Plus, Versi
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.