Jar examples for t:tess4j
# Tess4J ## Description: A Java JNA wrapper for Tesseract OCR API. Tess4J is released and distributed under the Apache License, v2.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
You can download jar file tess4j 3.4.4 in this page.
Apache License 2.0
You can use the following script to add tess4j-3.4.4.jar to your project.
<dependency> <groupId>net.sourceforge.tess4j</groupId> <artifactId>tess4j</artifactId> <version>3.4.4</version> </dependency>
compile group: 'net.sourceforge.tess4j', name: 'tess4j', version: '3.4.4'
libraryDependencies += "net.sourceforge.tess4j" % "tess4j" % "3.4.4"
<dependency org="net.sourceforge.tess4j" name="tess4j" rev="3.4.4"/>
@Grapes(@Grab(group='net.sourceforge.tess4j', module='tess4j', version='3.4.4'))
'net.sourceforge.tess4j:tess4j:jar:3.4.4'
Click the following link to download the jar file.
tess4j-3.4.4-javadoc.jar