MVN

de.niklasfi.aocr : aocr

Maven & Gradle

Apr 11, 2023
3 stars

aocr · Swiftly add ocr layers to scanned pdf files. Unfortunately existing open source ocr solutions (tesseract) pale in comparison with the ones commercially available. The azure read api provides particularly good results. It is also easy to set up, but while it can annotate text in images, there is no easy way to upload and ocr a full pdf document. That is, until now. aocr provides an easy way to ocr full pdf documents.

<dependency>
    <groupId>de.niklasfi.aocr</groupId>
    <artifactId>aocr</artifactId>
    <version>2.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.niklasfi.aocr : aocr to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3

All Versions

Choose a version of de.niklasfi.aocr : aocr to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3
aocr-2.3
2.2
aocr-2.2
2.1
aocr-2.1
2.0
aocr-2.0
1.4
aocr-1.4
1.3
aocr-1.3
1.2
aocr-1.2
1.1
aocr-1.1

How to add a dependency to Maven

Add the following de.niklasfi.aocr : aocr maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.niklasfi.aocr</groupId>
    <artifactId>aocr</artifactId>
    <version>2.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.niklasfi.aocr : aocr gradle dependency to your build.gradle file:

implementation 'de.niklasfi.aocr:aocr:2.3'

Gradle Kotlin DSL: Add the following de.niklasfi.aocr : aocr gradle kotlin dependency to your build.gradle.kts file:

implementation("de.niklasfi.aocr:aocr:2.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.niklasfi.aocr : aocr sbt scala dependency to your build.sbt file:

libraryDependencies += "de.niklasfi.aocr" % "aocr" % "2.3"

Advertisement

Dependencies from Group

Apr 11, 2023
3 stars

Discover Dependencies

Aug 13, 2022
1 usages
1 stars
Jul 06, 2023
2 usages
3 stars
Jul 06, 2023
1 usages
3 stars
Jul 06, 2023
3 stars
Jul 06, 2023
3 stars
Jul 06, 2023
3 stars
Sep 04, 2021
109 stars
Sep 04, 2021
1 usages
109 stars
Aug 25, 2023
3 usages
59 stars