NewOCR

NewOCR is an OCR made in Java without the use of machine learning, making it easy to use and contribute to.

View it on GitHub View Docs


Getting started

NewOCR can either download the latest jar from GitHub, or by using Gradle or Maven (The latter two being preferred).

Gradle

compile 'com.uddernetworks.newocr:NewOCR:2.0.0'

Maven

<dependency>
    <groupId>com.uddernetworks.newocr</groupId>
    <artifactId>NewOCR</artifactId>
    <version>2.0.0</version>
</dependency>