Java OCR is a suite of pure java libraries for image processing and character recognition. Small memory footprint and lack of external dependencies makes it suitable for android development. Provides modular structure for easier deployment.
actual and olny release exists as bundle of jars in maven central repository, and you can just reference it in your project. We are working to provide downloadable bundle
JavaOCR is pure java suite of libraries for image processing and recognition. It uses (for now) invariant moments and cluster analysis for character recognition and pattern matching. Deatiled explanations of this techinque are provided here [image recognition using moments]
JavaOCR is split into smaller components files so you can pick up what you really need
To compile project from source, get sources and issue mvn clean install frmo top level directory. This will install all project jars into local maven repository. Released version is also available from sonatype nexus repository and shal be synched to maven central.
JavaOCR is pure java library and can be used everywhere java is running. demos/ folder contains android showcase apps. Read more about compiling and running them: [android demos]
Wiki: image recognition using moments
I'm not able to open the android demos links, error shown as "Create access required"
I have the same question,please?
can i have access for android demo?
Last edit: coder80 2013-02-05
Looks like you don't need to follow the link above to get the Android demos. I just downloaded the source and the Android demo is included in /demos directory.
For those concerned about AWT, just don't include the scanner package. You won't need it for Android anyways.
Mea culpa - I did notwrote this document yet.
Hi
When I extract the downloaded source I don't have /demos directory... There are only jar files. What am I doing wrong?
Any help appreciated
Ok... I think I could use maven for getting demos. It seems to be struggle with it. Good luck for all trying to use maven...
I do not understand - the only file i downloaded is javaocr-20100605.zip
And it contains NetBeans project with ant build file - build.xml.
NO DEMOS folder to get android application.
NO MAVEN pom.xml - to build using maven.
What are You talking about???
Hi, I'm trying to download the [android demos] by clicking on the red link, but I get an "Error 403" message. Can you please fix it?
Please I would like to see demos too. Can you fix it?
Found this all a bit confusing too - but if you go to the git tab above and download the source from there, you can follow the above instructions ok
Can somebody create a little Screencast to show how this Application work, or how to install it Step by Step?
This is a question for the current maintainers of this project.
What do you all think of moving the project to GitHub? SourceForge's 10-character password requirement has become too burdensome for me. I want to move on.
I've also heard a lot of complaints about adware and other issues with SourceForge.
Thoughts?
HI, when I run "mvn clean packge" with waven 3.3.9 I'm getting:
Thanks!
Regardas,
Rodrigo.
Hi rodry,
I faced the same problem. you can use maven 3.1.1 to avoid this problem.
For demos, please switch to 'Git' tab.