License |
License |
---|---|
GroupId | GroupIdcom.googlecode.jhocr |
ArtifactId | ArtifactIdjhocr |
Last Version | Last Version0.0.7 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncom.googlecode.jhocr
Library to parse and perform conversion from hocr files to pdf, merging the image files and mapping the hocr data into one document.
|
Project URL |
Project URL |
Filename | Size |
---|---|
jhocr-0.0.7.pom | |
jhocr-0.0.7.jar | 3 MB |
jhocr-0.0.7-sources.jar | 18 KB |
jhocr-0.0.7-javadoc.jar | 89 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.jhocr/jhocr/ -->
<dependency>
<groupId>com.googlecode.jhocr</groupId>
<artifactId>jhocr</artifactId>
<version>0.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.jhocr/jhocr/
implementation 'com.googlecode.jhocr:jhocr:0.0.7'
// https://jarcasting.com/artifacts/com.googlecode.jhocr/jhocr/
implementation ("com.googlecode.jhocr:jhocr:0.0.7")
'com.googlecode.jhocr:jhocr:jar:0.0.7'
<dependency org="com.googlecode.jhocr" name="jhocr" rev="0.0.7">
<artifact name="jhocr" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.jhocr', module='jhocr', version='0.0.7')
)
libraryDependencies += "com.googlecode.jhocr" % "jhocr" % "0.0.7"
[com.googlecode.jhocr/jhocr "0.0.7"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.5 |
org.slf4j : jcl-over-slf4j | jar | 1.7.5 |
org.slf4j : slf4j-log4j12 | jar | 1.7.5 |
log4j : log4j | jar | 1.2.16 |
junit : junit | jar | 4.8.1 |
net.htmlparser.jericho : jericho-html | jar | 3.2 |
org.apache.commons : commons-exec | jar | 1.1 |
com.itextpdf : itextpdf | jar | 5.4.5 |
com.itextpdf : itext-pdfa | jar | 5.4.5 |