Closed sankha90 closed 4 years ago
Is the image corrupt perhaps? Can you do
from PIL import Image
Image.open('/path/to/image.png')
in python and
identify path/to/image.tif
in bash and post the output?
Also, you're better off running tesserocr in Linux, e.g. in WSL if you're on Win10.
Is the image corrupt perhaps? Can you do
from PIL import Image Image.open('/path/to/image.png')
in python and
identify path/to/image.tif
in bash and post the output?
Also, you're better off running tesserocr in Linux, e.g. in WSL if you're on Win10.
@kba you pointed it correctly , there was a problem with the image. I have changed the input path and its working now 👍
I am trying to setImage using tesserocr: using this -
The error I am getting :
And my version: