is not current version
Last Version 5.2.1

net.sourceforge.tess4j:tess4j 3.4.5

# 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

Categories

Categories

Net Tess4J Data Data Formats Image Processing
GroupId

GroupId

net.sourceforge.tess4j
ArtifactId

ArtifactId

tess4j
Version

Version

3.4.5
Type

Type

jar

Download tess4j 3.4.5


<!-- https://jarcasting.com/artifacts/net.sourceforge.tess4j/tess4j/ -->
<dependency>
    <groupId>net.sourceforge.tess4j</groupId>
    <artifactId>tess4j</artifactId>
    <version>3.4.5</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.tess4j/tess4j/
implementation 'net.sourceforge.tess4j:tess4j:3.4.5'
// https://jarcasting.com/artifacts/net.sourceforge.tess4j/tess4j/
implementation ("net.sourceforge.tess4j:tess4j:3.4.5")
'net.sourceforge.tess4j:tess4j:jar:3.4.5'
<dependency org="net.sourceforge.tess4j" name="tess4j" rev="3.4.5">
  <artifact name="tess4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.tess4j', module='tess4j', version='3.4.5')
)
libraryDependencies += "net.sourceforge.tess4j" % "tess4j" % "3.4.5"
[net.sourceforge.tess4j/tess4j "3.4.5"]