| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть Tess4J Данные Data Formats Обработка изображений |
| Группа | Группаnet.sourceforge.tess4j |
| Идентификатор | Идентификаторtess4j |
| Последняя версия | Последняя версия5.2.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеTess4J - Tesseract for Java
# 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-5.2.1.pom | |
| tess4j-5.2.1.jar | 8 MB |
| tess4j-5.2.1-sources.jar | 8 MB |
| tess4j-5.2.1-javadoc.jar | 690 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.sourceforge.tess4j/tess4j/ -->
<dependency>
<groupId>net.sourceforge.tess4j</groupId>
<artifactId>tess4j</artifactId>
<version>5.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.tess4j/tess4j/
implementation 'net.sourceforge.tess4j:tess4j:5.2.1'
// https://jarcasting.com/artifacts/net.sourceforge.tess4j/tess4j/
implementation ("net.sourceforge.tess4j:tess4j:5.2.1")
'net.sourceforge.tess4j:tess4j:jar:5.2.1'
<dependency org="net.sourceforge.tess4j" name="tess4j" rev="5.2.1">
<artifact name="tess4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.tess4j', module='tess4j', version='5.2.1')
)
libraryDependencies += "net.sourceforge.tess4j" % "tess4j" % "5.2.1"
[net.sourceforge.tess4j/tess4j "5.2.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| net.java.dev.jna : jna | jar | 5.11.0 |
| com.github.jai-imageio : jai-imageio-core | jar | 1.4.0 |
| org.apache.pdfbox : pdfbox | jar | 2.0.26 |
| org.apache.pdfbox : pdfbox-tools | jar | 2.0.26 |
| org.apache.pdfbox : jbig2-imageio | jar | 3.0.4 |
| commons-io : commons-io | jar | 2.11.0 |
| net.sourceforge.lept4j : lept4j | jar | 1.16.1 |
| org.jboss : jboss-vfs | jar | 3.2.16.Final |
| org.slf4j : slf4j-api | jar | 1.7.36 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |
| org.mockito : mockito-all | jar | 1.10.19 |
| org.hamcrest : hamcrest-integration | jar | 1.3 |
| net.avh4.util : imagecomparison | jar | 0.3.2 |
| ch.qos.logback : logback-classic | jar | 1.2.11 |