Thanks to visit codestin.com
Credit goes to sourceforge.net

Menu

Tree [a0c094] create_assembly /
 History

HTTPS access


File Date Author Commit
 core 2012-10-15 Konstantin Pribluda Konstantin Pribluda [9a2343] [maven-release-plugin] prepare release javaocr-...
 demos 2012-10-15 Konstantin Pribluda Konstantin Pribluda [9a2343] [maven-release-plugin] prepare release javaocr-...
 distribution 2012-10-25 Konstantin Pribluda Konstantin Pribluda [a0c094] assembly finally works
 legacy 2012-10-06 Konstantin Pribluda Konstantin Pribluda [a9fd3e] prepare for release on sonatype / central
 plugins 2012-10-15 Konstantin Pribluda Konstantin Pribluda [9a2343] [maven-release-plugin] prepare release javaocr-...
 .gitignore 2012-10-03 Konstantin Pribluda Konstantin Pribluda [4c09d9] added .gitignore
 LICENSE.txt 2012-10-03 Konstantin Pribluda Konstantin Pribluda [f30e1b] updated copyright messages and license file
 README.txt 2012-10-06 Konstantin Pribluda Konstantin Pribluda [a9fd3e] prepare for release on sonatype / central
 pom.xml 2012-10-25 Konstantin Pribluda Konstantin Pribluda [a0c094] assembly finally works

Read Me

JavaOCR is pure java image processing library with focus on OCR.  As this is pure java and
does not use AWT code it is suitable for android.  JavaOCR os split in several modules.

Module overview

core - core image processing stuff (images over linear arrays, some basic filters,
       image slicing and traversal code)
plugins - separated plugin modules (awt - utilises AWT routines for image processing,
       fir - FIR filtering, moment - invariant moments computation, cluster analysis)
demos - usage demos, focused on android with complete roundtrip (sample acquisition,
       training, recognition)


Legacy code

Some code is orphaned and never reached release quality.  This code is moved into legacy subdirectory.
If you like to adopt and improve it - you are welcome.