MVN

com.googlecode.jhocr : jhocr

Maven & Gradle

Dec 17, 2013

com.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.

<dependency>
    <groupId>com.googlecode.jhocr</groupId>
    <artifactId>jhocr</artifactId>
    <version>0.0.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.googlecode.jhocr : jhocr to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.7

All Versions

Choose a version of com.googlecode.jhocr : jhocr to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
jhocr-0.0.7
jhocr-0.0.6
jhocr-0.0.5

How to add a dependency to Maven

Add the following com.googlecode.jhocr : jhocr maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.googlecode.jhocr</groupId>
    <artifactId>jhocr</artifactId>
    <version>0.0.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.googlecode.jhocr : jhocr gradle dependency to your build.gradle file:

implementation 'com.googlecode.jhocr:jhocr:0.0.7'

Gradle Kotlin DSL: Add the following com.googlecode.jhocr : jhocr gradle kotlin dependency to your build.gradle.kts file:

implementation("com.googlecode.jhocr:jhocr:0.0.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.googlecode.jhocr : jhocr sbt scala dependency to your build.sbt file:

libraryDependencies += "com.googlecode.jhocr" % "jhocr" % "0.0.7"