Click here to Skip to main content
15,897,291 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I need to convert 250 gif images into text files. The letters in gif file format is non-standard hand-written texts. Please help me with some sample codes. My gif file is :

<a href="http://tinypic.com?ref=f03cx5" target="_blank"><img src="http://i68.tinypic.com/f03cx5.gif" border="0" alt="Image and video hosting by TinyPic"></a>


What I have tried:

I am new to this. Kindly help me to complete my project.
Posted
Updated 8-Aug-18 15:00pm
v2
Comments
Richard MacCutchan 8-Aug-18 11:42am    
That sort of script is very difficult for computerised analysis, even with the latest OCR software.

Quote:
The letters in gif file format is non-standard hand-written texts.

If you look carefully the GIF, you will see that it is not hand-written at all.
It is a text written in a text processor, the text is justified, the font remotely look like hand-writing, the difference you see between occurrences of same letter is because of low quality of pictures.
Quote:
I need to convert 250 gif images into text files.

As Richard said, OCR is the only way.
Quote:
I tried with OCR. It's converting unreadable format. Can you help me on this?

The problem is the low quality of pictures, and the solution is better quality. Training the OCR software will improve the result, but you will have to check everything.

The other way:
At beginning, those pictures are taken from a text processor document, see if you can put your hands on that file.
 
Share this answer
 
I believe you are looking for OCR (optical character recognition) software.

Maybe try something like :
Free Online OCR - Convert JPEG, PNG, GIF, BMP, TIFF, PDF, DjVu to Text[^]
or
My Free OCR | Convert .jpg .png .gif & Download Free as Text[^]
 
Share this answer
 
Comments
Member 13108031 8-Aug-18 11:36am    
I tried with OCR. It's converting unreadable format. Can you help me on this?
Member 13108031 8-Aug-18 11:51am    
Is there any machine learning algorithms are available to convert this hand-written code conversion?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900