OCR Engine.
This OCR Engine uses Tesseract-ocr, Leptonica and does the Character Recogonization.
This is a basic web app which gets the image as input and gives the extracted characters in JSON format along with the confidence value for each word.
To run the application,
mvn install
and the application will be started in 4565 port.