не последняя версия
Последняя версия 5.2.1

net.sourceforge.tess4j:tess4j 4.1.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

Категории

Категории

Сеть Tess4J Данные Data Formats Обработка изображений
Группа

Группа

net.sourceforge.tess4j
Идентификатор

Идентификатор

tess4j
Версия

Версия

4.1.0
Тип

Тип

jar

Скачать tess4j 4.1.0


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