I have a JPEG files its contains only text on it but now I want to correct some text on it & I also want to put some pix in it. so I want to Convert it in rtf. File format. is this possible? but I want the best quality after I convert it.
|
migrated from stackoverflow.com Jul 13 '10 at 4:56
|
What you really want to do is OCR (optical character recognition) the image to extract the text. You can then work with that text as a text document. To be completely honest, it'll be easier to do this the human way. Open a new RTF document in WordPad or whatnot and type the text in the image. If you really don't want to do this, you could try this tool: http://www.free-ocr.com/ |
|||
|
|
|
As you've been told before on Stackoverflow.com (a few times, looking at your history), JPEG is an image format. This means the text is stored as an image. Images can only be edited as a set of pixels, not as text. It is a picture of the text. Converting it into an RTF file will not make it a text file. Making it an RTF will not make it easier to edit. It will still be an image. |
|||
|
|
|
The OCR is the correct and standard approach. Another option (only if you are running at least on Windows Vista with office 2007) is to convert you image into an XPS document. After that you can edit text with word and convert you XPS document in other format. XP Converter (edit: this link was reported as possibly dangerous, please find another one) |
|||||
|