milorenzo
milorenzo
Hi, Im am trying to use tesserocr with numpy images (opencv) to get rid off PIL. I have succeded when using color images but failed with grayscale ones. Here is...
> @mlorenzo-alice your code looks correct for grayscale AFAICT. The `len(np_image.shape) > 2` branch is not as convincing (because you can still have e.g. `RGBA`, `RGB`, `LA`, `L` channels), but...
That would be great!
Hello @sirfz, I think Cython is now supporting Python 3.11. Are you planning to support it in tesserocr as well?
yep!
any chance of solving this?