Suppose, i have some number into text file.Input font is arial . I want convert that number using OCR font.
So if print that page and pass that through OCR reader it will read that number.
Let me know if you need anything else.
thanks
Tejas | [reply] |
You won't need an OCR if you have the number in a text file or in a PDF file.
In the case of the text file, a simple Perl program will suffice, in the case of the PDF file, you will have to resort to one of the PDF modules, which I mentined above, but again: you will not need OCR in this case.
If this does not help you, I would suggest you to read How (Not) To Ask A Question and then restate qour question in a way which is better to understand as a reply to your original post.
Cheers,
CombatSquirrel.
Entropy is the tendency of everything going to hell.
| [reply] |
Let me explain you in detail.
Suppose i have number 0304948457575747483322 in text file.
Step-1 :
i want put this number into .pdf file.
when i generate this .pdf file default font is helvetica.
OCR reader will not read this helvetica fonts.
I have to convert this number into OCR font first and then put it in a .pdf file.so OCR reader can read that number.
| [reply] |