Lost Display Image?

How can I convert an image to plain text in Python?

  • I have some email addresses converted to images of display on webpage, no noise or additional data, just the plain email address but i want to convert that image back to plain text. i lost the script but have a saved version of the web page.

  • Answer:

    What you're trying to do is called "OCR" - Optical character recognition. A quick Google gives us: http://code.google.com/p/ocropus/ http://code.google.com/p/pytesser/

Vaibhav Mallya at Quora Visit the source

Was this solution helpful to you?

Other answers

OCR(Optical Character Recognition) can help you to resolve recognize text from image, like jpeg, png, tiff, and gif. Online OCR can provide a 99% accurate of text recognition, and it's free and easy to use. you just need upload your image file, this ocr tool can http://www.online-code.net/ocr.html. the best open source of OCR is tesseract, support more than 100 languages types.

Jony Green

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.