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.

License

License

GroupId

GroupId

de.niklasfi.aocr
ArtifactId

ArtifactId

aocr
Last Version

Last Version

1.4
Release Date

Release Date

Type

Type

jar
Description

Description

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.
Project URL

Project URL

https://github.com/niklasfi/aocr
Source Code Management

Source Code Management

https://github.com/niklasfi/aocr

Download aocr

How to add to project

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

Dependencies

compile (9)

Group / Artifact Type Version
org.mapstruct : mapstruct jar 1.5.0.Beta1
org.projectlombok : lombok jar 1.18.22
org.apache.pdfbox : pdfbox jar 2.0.24
org.apache.pdfbox : pdfbox-tools jar 2.0.24
com.microsoft.azure.cognitiveservices : azure-cognitiveservices-computervision jar 1.0.8-beta
com.google.guava : guava jar 31.0.1-jre
com.fasterxml.jackson.core : jackson-databind jar 2.13.0
commons-cli : commons-cli jar 1.5.0
ch.qos.logback : logback-classic jar 1.2.6

test (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar

Project Modules

There are no modules declared in this project.

Versions

Version
1.4
1.3
1.2
1.1