-
To make installable via pip
-
**Idea:** Do OCR ones in e.g. "EN", run language detection, run OCR again in detected language (if it's different than EN _and_ available in the OCR).
Libraries:
- https://github.com/saffsd/langid.p…
-
Hello Community,
I've encountered unexpected behavior using ocr-tesserocr-recognize on Word-Level using Parameter `textequiv_level`, which seems to run into trouble finding correct word boundaries
…
-
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to https://translate.funkwhale.audio/projects/tabcenter-reborn/in…
-
trying to install ocr-d with `pip3 install ocrd_tesserocr` using Ubuntu 18.04 = Bionic Beaver leads to the following error message:
```
...
Failed building wheel for tesserocr
Running setup.…
-
I believe that the recent improvements in the build system brought a major regression: `make install` does not (build and) install libtesseract.so anymore.
This is a huge problem for other software…
-
**Describe the bug**
i wanna uploaded to 1.6 Mb (54~150) files in source code repo(https://github.com/readingsnail/stellaris - git@github.com:readingsnail/stellaris.git) and branch, weblate is print …
-
The following code snippet from the pypi project gives an incorrect result after rotating the `eurotext.tif` image (from `tests` directory of repo). E.g. after rotating the image by 180 degrees:
``…
-
```sh
wget 'https://ocr-d-repo.scc.kit.edu/api/v1/dataresources/736a2f9a-92c6-4fe3-a457-edfa3eab1fe3/data/wundt_grundriss_1896.ocrd.zip'
unzip wundt_grundriss_1896.ocrd.zip
cd data
docker run -u $…
-
Other OCR processors like [Tesseract](OCR-D/ocrd_tesserocr) and [Ocropy](cisocrgroup/ocrd_cis) go out of their way to provide annotation on the `Word` or even `Glyph` level if requested. (They use the…