-
**Describe the bug**
The tesseract developers "fixed" unability to properly parse files under different locales by doing assert on locale (see https://github.com/tesseract-ocr/tesseract/commit/329248…
nijel updated
5 years ago
-
**Describe the bug**
I enabled the "Glosbe" through docker-compose.override.yml (Set to =1) and result in a crash when clicking into the languages appear in "Component"
**To Reproduce**
Steps to …
-
Please also upload version 0.2.1 in PyPI, and maybe change the `url` from kba to ocr-d namespace.
-
**Environment:**
CentOS 7 Linux 3.10.0-957.1.3.el7.x86_64
**Software Version:**
Python 3.7.2
tesseract 3.04.00
leptonica-1.72
libgif 4.1.6(?) : libjpeg 6b (libjpeg-turbo 1.2.90) : libpng 1.5.…
-
```
from PIL import Image
from tesserocr import PyTessBaseAPI, RIL
image = Image.open('/input_tiffs/one.tif')
with PyTessBaseAPI() as api:
api.SetImage(image)
ALL = api.GetUTF8…
-
Currently I am working on an OCR project in which I have used pdf2image library for converting pdfs into image and the converted image is fed into tesseract OCR engine, but this whole processing is ta…
-
macOS mojave 10.14.3
```
Building wheels for collected packages: tesserocr
Running setup.py bdist_wheel for tesserocr ... error
Complete output from command /miniconda3/bin/python -u -c "impor…
-
Impacted versions: ODOO 11 - installed in UBUNTU - with PYTHON 3.5
I have a problem in the LEAVES (ausencias) module since a few days ago, I explain:
When I try to create an employee's LEAVE (for…
-
OS:
`Mac OS X 10.14`
Python:
`Python 3.6.6`
Tesserocr:
`tesserocr==2.4.0`
Tesseract:
```
tesseract 4.0.0
leptonica-1.77.0
libgif 5.1.4 : libjpeg 9c : libpng 1.6.36 : libtiff 4.0.10 : zli…
-
python3 setup.py build_ext -I/usr/local/include
Supporting tesseract v4.00.00dev
Configs from pkg-config: {'include_dirs': ['/usr/local/Cellar/leptonica/1.74.4_1/include', '/usr/local/include'], 'li…