I got the scanned image document from bank and i just want to covert into normal word document with images in ubuntu .

is there any tool for it ?

link|improve this question

feedback

1 Answer

up vote 5 down vote accepted

There are a number of OCR readers for linux that can convert from image to text. Look at the following options:

All the above, except ocropus, are present in the Ubuntu repository in a package of the same name.

Different readers support different image formats, so you may be limited in your options by the file format your document is in. Alternatively, you can use the convert tool from ImageMagick to change the format if you wish to use a particular OCR reader.

Adapted from my answer here.

link|improve this answer
+1 Good Answer :-) – joe Sep 25 '09 at 13:24
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.