Welcome to LEAD Support Forum Login | Register | Faq  

    LEAD Support Forum
  Resource to find answers and post technical questions about LEAD products.
Search    
   

Re: LEAD Error: OCR Engine initialzation error, or there is no appropriate license
Started by lcasilla at 05-20-2008 13:03. Topic has 3 replies.

Print Search « Previous Thread Next Thread »
  05-20-2008, 13:03
lcasilla is not online. Last active: 5/21/2008 4:20:03 PM lcasilla

Not Ranked
Joined on 05-20-2008
Posts 2
LEAD Error: OCR Engine initialzation error, or there is no appropriate license
Reply Quote
Hi!!

I have the follow code in Delphi 7 en LeadTools V14:


rasterTwain.InitSession(Handle);

LEADRasterObj := CreateComObject(CLASS_LEADRaster) as LEADRaster;
if (LEADRasterObj = nil) then
begin
Showmessage('Error to load OCR');
exit;
END;

LEADRasterObj.UnlockSupport(L_SUPPORT_OCR,L_KEY_OCR);
if LeadRasterObj.IsSupportLocked(L_SUPPORT_OCR) then
showmessage('Error license');


when try execute this line, generate a exception
"LEAD Error: OCR Engine initialzation error, or there is no appropriate license"
LEADRasterDocument1.StartUp;

this happen in the developer machine.

Thanks
   Report 
  05-21-2008, 6:17
Adnan Ismail is not online. Last active: 8/14/2008 1:40:07 PM Adnan Ismail



Top 10 Posts
Joined on 07-31-2006
Posts 1,113
Re: LEAD Error: OCR Engine initialzation error, or there is no appropriate license
Reply Quote

Please send your LEADTOOLS toolkit serial number to support@leadtools.com to get latest OCR engine download instructions.

Also, explain in the email whether you had any ScanSoft OCR products (from Nuance, the ScanSoft providers), since our toolkit uses the same engine.


Adnan Ismail
LEADTOOLS Technical Support

   Report 
  05-21-2008, 11:21
lcasilla is not online. Last active: 5/21/2008 4:20:03 PM lcasilla

Not Ranked
Joined on 05-20-2008
Posts 2
Re: LEAD Error: OCR Engine initialzation error, or there is no appropriate license
Reply Quote
Thank you very much for you help, i will do this than you tell me.

Regards.
   Report 
  05-22-2008, 10:11
Adnan Ismail is not online. Last active: 8/14/2008 1:40:07 PM Adnan Ismail



Top 10 Posts
Joined on 07-31-2006
Posts 1,113
Re: LEAD Error: OCR Engine initialzation error, or there is no appropriate license
Reply Quote
I have sent the OCR engine download instruction to you on the email you sent to support@leadtools.com. Please check if you still get the same error after installing this engine.
Adnan Ismail
LEADTOOLS Technical Support

   Report 
Post
LEAD Support Fo... » Developer » OCR » Re: LEAD Error: OCR Engine initialzation error, or there is no appropriate license

Powered by Community Server, by Telligent Systems