amulllb
amulllb

Reputation: 3166

Get text from image with ImageMagick and Tesseract

I wanted to know if anyone has ever used Tesseract with ImageMagick to get precise text from image. My main concern is with the small font texts present in an image (or some text that are not clearly visible). The only way I am able to retrieve those unclear texts are by modifying the image by ImageMagick like - by scaling the image, sometimes cropping the image....

I wanted to know if someone has integrated ImageMagick and Tesseract to create even powerful tool?

Upvotes: 2

Views: 3600

Answers (1)

amulllb
amulllb

Reputation: 3166

Till now, I have come up with a script that can search the text in the image... The script uses imagemagick and tesseract. The script is still under development, but you can look at it here

Upvotes: 4

Related Questions