-
Tesseract details:
`tesseract --version
tesseract 4.0.0-beta.3-204-gf47da
leptonica-1.76.0
libjpeg 8d (libjpeg-turbo 1.5.2) : libpng 1.6.34 : libtiff 4.0.9 : zlib 1.2.11
…
-
**Describe the bug**
We updated our (docker-compose) Weblate installation (by simply doing a `docker-compose pull`) to the latest version (unfortunately I don't remember the exact version we had befo…
-
I've built tesseract-4 from source on my Mac, and done the "make install" thing:
```
$ tesseract -v
tesseract 4.0.0-beta.3-180-gab1f
leptonica-1.76.0
libjpeg 9c : libpng 1.6.34 : libtiff 4.0.9…
-
**Describe the bug**
Commits made by celery task `weblate.trans.tasks.commit_pending` aren't pushed automatically, ignoring the setting `push on commit`
**To Reproduce**
Steps to reproduce the b…
-
-
Using
```shell
ocrd process -m ocrd-assets/dist/mets.xml characterize/exif segment-region/tesserocr
```
works great (i.e. metadata and regions show up in OUTPUT PAGE XML).
However, adding line d…
wrznr updated
5 years ago
-
**Describe the bug**
Adding translations key via the web user interface is unstable. Sometimes works great sometimes it fails and redirect to an error page + send an error email.
**To Reproduce*…
-
https://github.com/OCR-D/ocrd_tesserocr/blob/56fe10a4eb6c3284af4043a8cb8e4513243350a3/Makefile#L42
-
When can you share the windows package?
-
I'm trying to convert a PIL Image into a searchable PDF. For image files, `ProcessPages(outbase, image_filename)` works perfectly. For PIL Image, it seems `ProcessPage()` is the equivalent method. But…