Download tess4j-3.2.2.jar file - Jar t

Jar examples for t:tess4j

Description

# 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.2 in this page.

License

Apache License 2.0

Build File

You can use the following script to add tess4j-3.2.2.jar to your project.

<dependency>
   <groupId>net.sourceforge.tess4j</groupId>
   <artifactId>tess4j</artifactId>
   <version>3.2.2</version>
</dependency>
compile group: 'net.sourceforge.tess4j', name: 'tess4j', version: '3.2.2'
libraryDependencies += "net.sourceforge.tess4j" % "tess4j" % "3.2.2"
<dependency org="net.sourceforge.tess4j" name="tess4j" rev="3.2.2"/>
@Grapes(@Grab(group='net.sourceforge.tess4j', module='tess4j', version='3.2.2'))
'net.sourceforge.tess4j:tess4j:jar:3.2.2'

Download

Click the following link to download the jar file.

tess4j-3.2.2-javadoc.jar
tess4j-3.2.2-sources.jar
tess4j-3.2.2.jar
tess4j-3.2.2.pom



Related Tutorials