License |
License |
---|---|
Categories |
CategoriesNet Tess4J Data Data Formats Image Processing |
GroupId | GroupIdnet.sourceforge.tess4j |
ArtifactId | ArtifactIdtess4j |
Version | Version4.5.5 |
Type | Typejar |
Description |
DescriptionTess4J - 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
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
tess4j-4.5.5.pom | |
tess4j-4.5.5-sources.jar | 8 MB |
tess4j-4.5.5-javadoc.jar | 391 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sourceforge.tess4j/tess4j/ -->
<dependency>
<groupId>net.sourceforge.tess4j</groupId>
<artifactId>tess4j</artifactId>
<version>4.5.5</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.tess4j/tess4j/
implementation 'net.sourceforge.tess4j:tess4j:4.5.5'
// https://jarcasting.com/artifacts/net.sourceforge.tess4j/tess4j/
implementation ("net.sourceforge.tess4j:tess4j:4.5.5")
'net.sourceforge.tess4j:tess4j:jar:4.5.5'
<dependency org="net.sourceforge.tess4j" name="tess4j" rev="4.5.5">
<artifact name="tess4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.tess4j', module='tess4j', version='4.5.5')
)
libraryDependencies += "net.sourceforge.tess4j" % "tess4j" % "4.5.5"
[net.sourceforge.tess4j/tess4j "4.5.5"]
Group / Artifact | Type | Version |
---|---|---|
net.java.dev.jna : jna | jar | 5.8.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.13.3 |
org.jboss : jboss-vfs | jar | 3.2.15.Final |
org.slf4j : slf4j-api | jar | 1.7.31 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.7.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.4 |