Results 19 issues of zdenop

I tested tesseract 4.1.0 and tesseract 4.1.1 with these steps: ```sh git clone https://github.com/tesseract-ocr/tesseract.git git checkout 4.1.0 ./autogen.sh && ./configure --prefix=/opt/tesseract410 --enable-debug CXXFLAGS="-pedantic -Og" make -j 4 && make -j...

[Example code](https://github.com/sirfz/tesserocr/blob/master/README.rst#getcomponentimages-example) does not work, because there is bug in this code (copy&paste of wrong code?): https://github.com/sirfz/tesserocr/blob/6d9d00ff319a3181fb9e5ab79897b6d169432a19/tesserocr.pyx#L1940-L1953 **UPDATE**: It looks like problem is related to `pixa_to_list`. If I replace it...

While creating/installing tesserocr on Linux&Mac is easy, Windows version requires quite complicate installation from source (e.g. installing Visual studio, which is not standard and space consuming. GitHub allows to create...

enhancement
help wanted

Hello, first of all: thanks for this project. I just try it for dictionary I maintained and it fails with : `ValueError: invalid literal for int() with base 10: 'šími/Fs'`...

enhancement

Hello, I tried to make single-page app with dropzone but my template is not rendered. Without dropzone, it works, so I believe I miss configurations. Here is simplified example: **app.py**:...

At the moment searching for dictionaries on Windows does now work. These patches fix it.