License |
License |
---|---|
Categories |
CategoriesiText Business Logic Libraries Documents Processing PDF Data iText |
GroupId | GroupIdcom.itextpdf |
ArtifactId | ArtifactIdpdfocr-root |
Version | Version1.0.3 |
Type | Typepom |
Description |
DescriptionpdfOCR
pdfOCR is an iText 7 add-on for Java to recognize and extract text in scanned documents and images. It can also convert them into fully ISO-compliant PDF or PDF/A-3u files that are accessible, searchable, and suitable for archiving
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
pdfocr-root-1.0.3.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/com.itextpdf/pdfocr-root/ -->
<dependency>
<groupId>com.itextpdf</groupId>
<artifactId>pdfocr-root</artifactId>
<version>1.0.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.itextpdf/pdfocr-root/
implementation 'com.itextpdf:pdfocr-root:1.0.3'
// https://jarcasting.com/artifacts/com.itextpdf/pdfocr-root/
implementation ("com.itextpdf:pdfocr-root:1.0.3")
'com.itextpdf:pdfocr-root:pom:1.0.3'
<dependency org="com.itextpdf" name="pdfocr-root" rev="1.0.3">
<artifact name="pdfocr-root" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.itextpdf', module='pdfocr-root', version='1.0.3')
)
libraryDependencies += "com.itextpdf" % "pdfocr-root" % "1.0.3"
[com.itextpdf/pdfocr-root "1.0.3"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.30 |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.2.3 |
junit : junit | jar | 4.13.2 |
pl.pragmatists : JUnitParams | jar | 1.0.4 |