13

Possible Duplicate:
android OCR?

I want yo build an app that have an OCR scanner using camera and detect a text from a paper and convert in into regular text. a simple program. How i can do this? What is the simplest way?

Community
  • 1
  • 1
Fcoder
  • 9,066
  • 17
  • 63
  • 100

1 Answers1

13

There was a time when this seemed like a bad idea, but doesnt seem like a bad idea. I guess u can use Tesseract OCR Tool, an open source alternative by Google. How to integrate that in Android is simple via Tesseract Android Tools

A good guide on how to do it is also well documented at http://rmtheis.wordpress.com/2011/08/06/using-tesseract-tools-for-android-to-create-a-basic-ocr-app/

Let us also know how this goes for you.

the100rabh
  • 4,077
  • 4
  • 32
  • 40
  • i dont have linux or mac, and cant compile that. there is no any compiled library? why this is so difficult to use? is there any java API of this with .JAR extension? i searched alot about Tesseract but this is very difficult for me( compile, run,...) is there any solution? – Fcoder Mar 22 '12 at 10:11
  • unfotunately if u can compile and run then u could go with ABBYY https://github.com/abbyysdk/ocrsdk.com/tree/master/Android – the100rabh Mar 24 '12 at 17:03