-1

Possible Duplicate:
Java OCR implementation

Hi I am working on a project for which there is a requirement to read the text written in image. I tried googling on this and could find some details on OCR. But not sure how to implement it in my application? Anyone has idea on how to do that? Do I need to add some API and use it in my code?

Any Sample example would be of great help. Thanks in Advance

Community
  • 1
  • 1
user001
  • 991
  • 6
  • 16
  • 34

2 Answers2

0

Please find here the project of OCR example on an image "Pink.jpg" which has the chars "Sample"

The project consists on 3 files:

OCR.java
OCED.java
Program.java 

Download them and make your tests

edgarmtze
  • 24,683
  • 80
  • 235
  • 386
  • Hi I tried the above link.. but it gives the output in the image format. But my requirement is I need to read the text from the image and store it in .txt format – user001 Nov 20 '12 at 17:20
0

From the problem described it might be that you are looking for captcha in Java.

Maybe this will help: jcaptcha

Pawel Solarski
  • 1,028
  • 8
  • 7