LEADTOOLS Support
Document
Document SDK Questions
Is there a sample code for Arabic OCR module?
This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Tuesday, December 21, 2010 8:47:42 PM(UTC)
Groups: Registered
Posts: 9
I'm evaluating Leadtools 17.0, to test whether it's arabic ocr module suits my project requirements.
When I select the OCREngineType as Arabic, as in following code:
IOcrEngine ocrEngine = OcrEngineManager.CreateEngine(OcrEngineType.Arabic, false);
ocrEngine.Startup(null,null,null,null);
This gives me an error, "Could not find engine path".
DO you have any working sample of code for Arabic OCR recognition ?
It'll be really helpful for me. Thank you!
#2
Posted
:
Wednesday, December 22, 2010 5:31:15 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
Did you download and install the LEADTOOLS Arabic OCR engine? LEADTOOLS v17 complete SDK setup does not include this engine and you have to download it from our download page.
If you have already installed the setup, try to pass the location of the Arabic OCR runtime to the
ocrEngine.Startup() method.
#3
Posted
:
Wednesday, December 22, 2010 11:09:13 PM(UTC)
Groups: Registered
Posts: 9
Thank you very much for the quick clarification. I installed the Arabic OCR runtime separately which I downloaded from the Leadtools downloadsd page. Then my application worked as I expected. Thank you!
LEADTOOLS Support
Document
Document SDK Questions
Is there a sample code for Arabic OCR module?
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.