| Лицензия |
Лицензия |
|---|---|
| Группа | Группа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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| aocr-1.4.pom | |
| aocr-1.4.jar | 26 KB |
| aocr-1.4-sources.jar | 10 KB |
| aocr-1.4-javadoc.jar | 159 KB |
| aocr-1.4-jar-with-dependencies.jar | 16 MB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar |