is not current version
Last Version 5.2.1

net.sourceforge.tess4j:tess4j 4.4.0

# 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

4.4.0
Type

Type

jar

Download tess4j 4.4.0


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