License |
License |
---|---|
Categories |
CategoriesNet Tess4J Data Data Formats Image Processing |
GroupId | GroupIdnet.sourceforge.tess4j |
ArtifactId | ArtifactIdtess4j |
Last Version | Last Version5.2.1 |
Release Date | Release Date |
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-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 |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
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 |
Group / Artifact | Type | Version |
---|---|---|
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 |