| File | Date | Author | Commit | 
|---|---|---|---|
| core | 2015-08-02 |  Ron Cemer | [a47f03] Merge request [05dc00] from Kalle Richter. | 
| demos | 2015-08-02 |  Karl-Philipp Richter | [1ee4d0] replaced legacy pom.version with project.versio... | 
| distribution | 2015-08-02 |  Karl-Philipp Richter | [1ee4d0] replaced legacy pom.version with project.versio... | 
| legacy | 2012-10-06 |  Konstantin Pribluda | [a9fd3e] prepare for release on sonatype / central | 
| plugins | 2015-08-02 |  Karl-Philipp Richter | [1ee4d0] replaced legacy pom.version with project.versio... | 
| .gitignore | 2012-10-03 |  Konstantin Pribluda | [4c09d9] added .gitignore | 
| .travis.yml | 2015-08-01 |  Karl-Philipp Richter | [9f0846] added initial .travis.yml | 
| LICENSE.txt | 2012-10-03 |  Konstantin Pribluda | [f30e1b] updated copyright messages and license file | 
| README.txt | 2012-10-06 |  Konstantin Pribluda | [a9fd3e] prepare for release on sonatype / central | 
| pom.xml | 2015-08-02 |  Karl-Philipp Richter | [1ee4d0] replaced legacy pom.version with project.versio... | 
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.