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.2.1 in this page.
Apache License 2.0
You can use the following script to add tess4j-3.2.1.jar to your project.
<dependency> <groupId>net.sourceforge.tess4j</groupId> <artifactId>tess4j</artifactId> <version>3.2.1</version> </dependency>
compile group: 'net.sourceforge.tess4j', name: 'tess4j', version: '3.2.1'
libraryDependencies += "net.sourceforge.tess4j" % "tess4j" % "3.2.1"
<dependency org="net.sourceforge.tess4j" name="tess4j" rev="3.2.1"/>
@Grapes(@Grab(group='net.sourceforge.tess4j', module='tess4j', version='3.2.1'))
'net.sourceforge.tess4j:tess4j:jar:3.2.1'
Click the following link to download the jar file.
tess4j-3.2.1-javadoc.jar