MVN

io.github.greycode : ocrlite

Maven & Gradle

May 19, 2022
8 stars

Chinese OCR Lite · A Chinese OCR tool

<dependency>
    <groupId>io.github.greycode</groupId>
    <artifactId>ocrlite</artifactId>
    <version>3.0.4-linux-x64</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.greycode : ocrlite to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.4-linux-x64

All Versions

Choose a version of io.github.greycode : ocrlite to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
ocrlite-3.0.4-linux-x64
ocrlite-3.0.3-RELEASE
ocrlite-3.0.2
ocrlite-3.0.1-RELEASE
ocrlite-3.0.0
2.0.x
ocrlite-2.0.2
ocrlite-2.0.1-nix-x86_64
ocrlite-2.0.1
ocrlite-2.0.0
1.0.x
ocrlite-1.0.3-RELEASE
ocrlite-1.0.2-RELEASE
ocrlite-1.0.1-RELEASE
ocrlite-1.0.0-RELEASE
ocrlite-1.0.0-nix-final
ocrlite-1.0.0

How to add a dependency to Maven

Add the following io.github.greycode : ocrlite maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.greycode</groupId>
    <artifactId>ocrlite</artifactId>
    <version>3.0.4-linux-x64</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.greycode : ocrlite gradle dependency to your build.gradle file:

implementation 'io.github.greycode:ocrlite:3.0.4-linux-x64'

Gradle Kotlin DSL: Add the following io.github.greycode : ocrlite gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.greycode:ocrlite:3.0.4-linux-x64")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.greycode : ocrlite sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.greycode" % "ocrlite" % "3.0.4-linux-x64"