is not current version
Last Version 0.0.7

com.googlecode.jhocr:jhocr 0.0.5

Library to parse and perform conversion from hocr files to pdf, merging the image files and mapping the hocr data into one document.

GroupId

GroupId

com.googlecode.jhocr
ArtifactId

ArtifactId

jhocr
Version

Version

0.0.5
Type

Type

jar

Download jhocr 0.0.5


<!-- https://jarcasting.com/artifacts/com.googlecode.jhocr/jhocr/ -->
<dependency>
    <groupId>com.googlecode.jhocr</groupId>
    <artifactId>jhocr</artifactId>
    <version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.jhocr/jhocr/
implementation 'com.googlecode.jhocr:jhocr:0.0.5'
// https://jarcasting.com/artifacts/com.googlecode.jhocr/jhocr/
implementation ("com.googlecode.jhocr:jhocr:0.0.5")
'com.googlecode.jhocr:jhocr:jar:0.0.5'
<dependency org="com.googlecode.jhocr" name="jhocr" rev="0.0.5">
  <artifact name="jhocr" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.jhocr', module='jhocr', version='0.0.5')
)
libraryDependencies += "com.googlecode.jhocr" % "jhocr" % "0.0.5"
[com.googlecode.jhocr/jhocr "0.0.5"]