Releases: nguyenq/tess4j
v1.4.2
Release Changelog
- Enable use of jna.library.path system property for user-customizable path
Maven Dependency Information
<dependency>
<groupId>net.sourceforge.tess4j</groupId>
<artifactId>tess4j</artifactId>
<version>1.4.2</version>
</dependency>
Linux Dependency
There are Tesseract Binaries for the Major Linux Distributions, this is why Tess4J requires that the Tesseract Binaniers are installed on the system to be able to run on a UNIX / Linux System. You may consider the Version of the installed Tesseract to be compatible with the Tess4J Release, se Third Party Libraries Version Information for more information.
apt-get install tesseract-ocr
Windows Dependency
The Tesseract Binaries shipped with Tess4J depend on the Visual C++ Redistributable for VS2012 or Visual C++ Redistributable for VS2013. This dependency must have to be installed on a Windows Machine before running Tess4J.
Third Party Libraries Version Information
Tesseract | JNA | Ghost4J |
---|---|---|
v3.03 | v4.1.0 | v0.5.1 |
v1.4.0
Release Changelog
- Refactor to reduce code duplication
- Embed Windows native resources in JAR
- Autoload Windows native libraries
Maven Dependency Information
<dependency>
<groupId>net.sourceforge.tess4j</groupId>
<artifactId>tess4j</artifactId>
<version>1.4.0</version>
</dependency>
Linux Dependency
There are Tesseract Binaries for the Major Linux Distributions, this is why Tess4J requires that the Tesseract Binaniers are installed on the system to be able to run on a UNIX / Linux System. You may consider the Version of the installed Tesseract to be compatible with the Tess4J Release, se Third Party Libraries Version Information for more information.
apt-get install tesseract-ocr
Windows Dependency
The Tesseract Binaries shipped with Tess4J depend on the Visual C++ Redistributable for VS2012 or Visual C++ Redistributable for VS2013. This dependency must have to be installed on a Windows Machine before running Tess4J.
Third Party Libraries Version Information
Tesseract | JNA | Ghost4J |
---|---|---|
v3.03 | v4.1.0 | v0.5.1 |
v1.3.0
Release Changelog
- Mavenized and hosted at Maven Central Repository and GitHub
Maven Dependency Information
<dependency>
<groupId>net.sourceforge.tess4j</groupId>
<artifactId>tess4j</artifactId>
<version>1.3.0</version>
</dependency>
Linux Dependency
There are Tesseract Binaries for the Major Linux Distributions, this is why Tess4J requires that the Tesseract Binaniers are installed on the system to be able to run on a UNIX / Linux System. You may consider the Version of the installed Tesseract to be compatible with the Tess4J Release, se Third Party Libraries Version Information for more information.
apt-get install tesseract-ocr
Windows Dependency
The Tesseract Binaries shipped with Tess4J depend on the Visual C++ Redistributable for VS2012 or Visual C++ Redistributable for VS2013. This dependency must have to be installed on a Windows Machine before running Tess4J.
Third Party Libraries Version Information
Tesseract | JNA | Ghost4J | Leptonica |
---|---|---|---|
v3.02 | v4.1.0 | v0.5.1 | v1.68 |