LEADTOOLS Support
Document
Document SDK Questions
Re: What demos will recognize the .rdf file format?
This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Tuesday, April 25, 2006 7:28:17 AM(UTC)
Groups: Registered
Posts: 1
I have been able to OCR several files using the OCR demo. Now that I have the resulting .rdf files, I can't find a demo which will open them - all them ones I've tried say "invalid file format". What demo should I use to convert the .rdf file to a .txt or .doc file?
#2
Posted
:
Friday, April 28, 2006 11:42:48 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
The RDF file is not meant to be opened. This is a file the OCR engine uses to store the recognition results. We use this file internally to create the results in the final text file. After you save the RDF file, you should go to "Save Results" in the demo to save the actual text results out to file.
#3
Posted
:
Monday, September 25, 2006 9:40:09 AM(UTC)
Groups: Registered
Posts: 17
according to the previous thread message, you said that ocr engine uses rdf file to store the ocr recognition result.
So, if I have an rdf file, I can create a new rasterocr and set the RecognitionDataFileName == myrdffile.
Then, the ocr engine can have reference to all the result. Is that correct?
Thanks
#4
Posted
:
Wednesday, September 27, 2006 10:12:54 PM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
I'm not really sure what you are trying to do, but in this case, if the
RDF file already has data in it, then any subsequent recognitions will
append the new data to the file, so when you save the result, the
resulting file will contain the old data that was originally in the
file and the newly-recognized data. You cannot access the data in
the RDF file otherwise.
LEADTOOLS Support
Document
Document SDK Questions
Re: What demos will recognize the .rdf file format?
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.