OCR applet help

Hi.

I'm trying to build a licence plate recognition program. I find the ocr applet. I would like to use it as a base for my program (changing writting recognition by imae recognition). But in the source files, there is no .class file. So I don't succeed to compile it. May you help me?

I'm sorry I am new in java programmation.

Thanks

okay...

soupbone's picture

I just downloaded the OCR applet. It should be easy enough to compile, as there are no packages, (folders). There will be no .class file at first, Jeff only released the .java files to this... source only. But this is good, this way you can make changes to it. Which will be necessary for what you want to do. Just unzip the source files to a directory. Then from a command prompt move to that directory and enter the command:

javac *.java

This should compile all of your Java files. You should then see a .class file for each of the Java files. Now, to run it... this is an applet. So you must embed it in a webpage. I would just do a view source on the applet page here, where it is running. Then copy the applet tag to your own HTML file and you should be able to execute the applet locally.

i am also trying a similiar

sandeep's picture

i am also trying a similiar project to read handwritten text from static images using java, this is my final year project and i am stuck .. can u tell me where you have downloaded that applet, so that i can customize it 4 my need. any help appreciable.

source code

SeemaSingh's picture

You can download the source here.

http://www.heatonresearch.com/code/42/OCRApplet.zip


Copyright 2005 - 2010 by Heaton Research, Inc.. Heaton Research™ and Encog™ are trademarks of Heaton Research. Click here for copyright and trademark information.