is not current version
Last Version 1.4

de.niklasfi.aocr:aocr 1.1

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.

GroupId

GroupId

de.niklasfi.aocr
ArtifactId

ArtifactId

aocr
Version

Version

1.1
Type

Type

jar

Download aocr 1.1


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