I have some JPEG files which contain text, but I want to edit some information on it. So I want to convert them in DOC format. How can I do this without downloading any software.
feedback
|
migrated from stackoverflow.com Jul 13 '10 at 4:48
This question came from our site for professional and enthusiast programmers.
closed as off topic by Sathya♦, random♦ Jul 14 '10 at 0:37
Questions on Super User are expected to generally relate to computer software or computer hardware, within the scope defined in the faq.
|
JPEG files contain raster images (pixel data). This includes text (i.e. text is not stored as text but as pixels). This means that in order to convert them to text (or MS Word format) you need to use OCR software. There are many such online services, e.g. see http://www.onlineocr.net/ (first google hit). | |||
|
feedback
|
|
Tesseract OCR is something I have used in the past. It worked pretty well for some things but for others it outright failed. ymmv. | |||||||
feedback
|