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.

Лицензия

Лицензия

Группа

Группа

de.niklasfi.aocr
Идентификатор

Идентификатор

aocr
Последняя версия

Последняя версия

1.4
Дата

Дата

Тип

Тип

jar
Описание

Описание

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.
Ссылка на сайт

Ссылка на сайт

https://github.com/niklasfi/aocr
Система контроля версий

Система контроля версий

https://github.com/niklasfi/aocr

Скачать aocr

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (9)

Идентификатор библиотеки Тип Версия
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)

Идентификатор библиотеки Тип Версия
org.junit.jupiter : junit-jupiter jar

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
1.4
1.3
1.2
1.1