| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть Tess4J Данные Data Formats Обработка изображений |
| Группа | Группаnet.sourceforge.tess4j |
| Идентификатор | Идентификаторtess4j |
| Версия | Версия5.0.0 |
| Тип | Тип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.0.0.pom | |
| tess4j-5.0.0-sources.jar | 8 MB |
| tess4j-5.0.0-javadoc.jar | 395 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.sourceforge.tess4j/tess4j/ -->
<dependency>
<groupId>net.sourceforge.tess4j</groupId>
<artifactId>tess4j</artifactId>
<version>5.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.tess4j/tess4j/
implementation 'net.sourceforge.tess4j:tess4j:5.0.0'
// https://jarcasting.com/artifacts/net.sourceforge.tess4j/tess4j/
implementation ("net.sourceforge.tess4j:tess4j:5.0.0")
'net.sourceforge.tess4j:tess4j:jar:5.0.0'
<dependency org="net.sourceforge.tess4j" name="tess4j" rev="5.0.0">
<artifact name="tess4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.tess4j', module='tess4j', version='5.0.0')
)
libraryDependencies += "net.sourceforge.tess4j" % "tess4j" % "5.0.0"
[net.sourceforge.tess4j/tess4j "5.0.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| net.java.dev.jna : jna | jar | 5.10.0 |
| com.github.jai-imageio : jai-imageio-core | jar | 1.4.0 |
| org.ghost4j : ghost4j | jar | 1.0.1 |
| org.apache.pdfbox : pdfbox | jar | 2.0.24 |
| org.apache.pdfbox : pdfbox-tools | jar | 2.0.24 |
| org.apache.pdfbox : jbig2-imageio | jar | 3.0.3 |
| commons-io : commons-io | jar | 2.11.0 |
| net.sourceforge.lept4j : lept4j | jar | 1.16.1 |
| org.jboss : jboss-vfs | jar | 3.2.15.Final |
| org.slf4j : slf4j-api | jar | 1.7.32 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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.6 |