Skip to content

RESTFul web service which converts an Image to Text using the Tesseract OCR.

License

Notifications You must be signed in to change notification settings

evanjas77/TesseractImageToText

Repository files navigation

This is a simple RESTFul web service which converts an Image to Text using the Tesseract OCR. A sample standalone client is also included for testing the webservice (OCRRestFulStandaloneClient.java).

Tested on Windows 7.

Dependencies:

All dependent jars are available at the following locations

  1. Tess4J - A java based tesseract library http://sourceforge.net/projects/tess4j/

Tess4J is dependent on the following native DLLs. These will function properly only on 32-bit JDK.

  1. liblept168.dll

  2. libtesseract302.dll

  3. Jersey - RESTFul webservices in Java https://jersey.java.net/download.html

About

RESTFul web service which converts an Image to Text using the Tesseract OCR.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published