LEADTOOLS Support
Document
Document SDK Questions
Can i implement ICR without creating .rdf file
This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Monday, February 25, 2008 8:52:47 PM(UTC)
Groups: Registered
Posts: 2
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.
#2
Posted
:
Wednesday, October 1, 2008 12:18:13 PM(UTC)
Groups: Registered, Tech Support, Administrators
Posts: 764
No, the RDF file is what stores the recognition data (text, guess characters, locations, etc.) gathered during the Recognize function.
LEADTOOLS Support
Document
Document SDK Questions
Can i implement ICR without creating .rdf file
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.