Tess4j is a JNA-based wrapper for Tesseract OCR DLL, the library provides optical character recognition (OCR) support for:
- TIFF, JPEG, GIF, PNG, and BMP image formats
- Multi-page TIFF images
- PDF document format
How To Run The Sample
Step 1 :Download the maven project from here
Step 2 : Run the Example
Add VM Argument
64 bit
-Djna.library.path=${workspace_loc:/ocr-tess4j-example}/dlls/x64
32 bit
-Djna.library.path=${workspace_loc:/ocr-tess4j-example}/dlls/x86


