Welcome to LEAD Support Forum Login | Register | Faq  

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

Can i implement ICR without creating .rdf file
Started by Jagdip_jadav at 02-26-2008 1:57. Topic has 1 replies.

Print Search « Previous Thread Next Thread »
  02-26-2008, 1:57
Jagdip_jadav is not online. Last active: 2/26/2008 6:47:53 AM Jagdip_jadav

Not Ranked
Joined on 02-26-2008
Posts 2
Can i implement ICR without creating .rdf file
Reply Quote
How can inplement Recognition of ICR wihtout creating .RDf file.
i  write code as below:

_rasterEngine.RecognitionDataFileName = RDFilename;
try
{
         _rasterEngine.Recognize(0, 1, null);
}

It is posible to recognize ICR without creating RDF file.

   Report 
  10-01-2008, 17:23
GregR is not online. Last active: 11/17/2008 11:10:19 AM GregR



Top 10 Posts
Joined on 05-31-2006
In House
Posts 1,705
Re: Can i implement ICR without creating .rdf file
Reply Quote
No, the RDF file is what stores the recognition data (text, guess characters, locations, etc.) gathered during the Recognize function.

Greg Ross
LEADTOOLS Technical Support
   Report 
Post
LEAD Support Fo... » Developer » Deployment » Can i implement ICR without creating .rdf file

Powered by Community Server, by Telligent Systems