Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nguyenq/tess4j
Java JNA wrapper for Tesseract OCR API
https://github.com/nguyenq/tess4j
Last synced: about 2 months ago
JSON representation
Java JNA wrapper for Tesseract OCR API
- Host: GitHub
- URL: https://github.com/nguyenq/tess4j
- Owner: nguyenq
- License: apache-2.0
- Created: 2014-06-25T23:31:52.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-06-30T14:52:21.000Z (6 months ago)
- Last Synced: 2024-07-03T07:49:32.880Z (6 months ago)
- Language: Java
- Homepage:
- Size: 211 MB
- Stars: 1,557
- Watchers: 82
- Forks: 373
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-java - Tess4J - JNA wrapper for Tesseract OCR API. (Projects / Imagery)
README
## Tess4J
[![Join the chat at https://gitter.im/nguyenq/tess4j](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/nguyenq/tess4j?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
A Java JNA wrapper for [Tesseract OCR API](https://github.com/tesseract-ocr).
Tess4J is released and distributed under the [Apache License, v2.0](http://www.apache.org/licenses/LICENSE-2.0).
## Features
The library provides optical character recognition (OCR) support for:
* TIFF, JPEG, GIF, PNG, and BMP image formats
* Multi-page TIFF images
* PDF document format## Dependencies
On Windows: Microsoft Visual C++ 2022 x86 and x64 Runtimes
Since Tesseract and Leptonica Windows binaries were built using Visual Studio 2022 (v143) Platform Toolset, please ensure you have [Microsoft Visual C++ 2022 Redistributable](https://visualstudio.microsoft.com/downloads/) installed.
## Tutorial
[Development with Tess4J in NetBeans, Eclipse, and Command-line](http://tess4j.sourceforge.net/tutorial/)
## Contributors
A big thanks to GitHub and all of Tess4J's contributors.