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

net.sourceforge.tess4j:tess4j 3.4.2

# 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
Версия

Версия

3.4.2
Тип

Тип

jar

Скачать tess4j 3.4.2


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