Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am looking for a free api or service that will let me send images to it and receive text from that image, does this exist?

Great answers below and thanks, but no web service or api anywhere?

share|improve this question

closed as not constructive by Kev Jun 5 '12 at 23:19

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

4 Answers

up vote 7 down vote accepted

OCR-IT OCR Cloud 2.0 API offers a commercial-grade high-quality free light use OCR API without an expiration date. It is popular with university projects and prototyping of applications that eventually may switch to larger paid subscriptions, but it can be used for implementations that require on-going OCR use. This is probably as close as one can come to a free OCR API that can handle poor quality images and complex multilingual text.

I participated in the development of this cloud-based technology some years ago. I also used it for a personal Android app, which is running on my phone now using that free API subscription. The quality is superb and the API is very easy.

share|improve this answer
thanks for this. – iwek Mar 25 '12 at 1:32

Tesseract-OCR is probably the best OCR you can find. It was originally developed by bell labs and is now supported by Google. It is trainable and has been used to break Captchas.

share|improve this answer

ABBYY FineReader Online can recognize a specified amount of documents free of charge.

http://finereader.abbyyonline.com/en/Account/Welcome

share|improve this answer

Take a look at this question: OCR Web Service

In the answer are a couple of free options mentioned:

But I haven't tested any of them jet and am not familiar with the API they offer.

share|improve this answer

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