s3nh / text-detector

Tool which allow you to detect and translate text.
178 stars 40 forks source link

ValueError: tile cannot extend outside image #9

Open mahendra047 opened 4 years ago

mahendra047 commented 4 years ago

Hi, Thanks for this amazing work. I was using this repo for recognition task but when i run the app.py ,upload the image and click on get your results it gives ValueError: tile cannot extend outside image.

s3nh commented 4 years ago

Hi, thanks for a message. Yes, it is a problem when you try to upload image with format like .jpeg, .jpg, or when image resolution is higher than 1024x768. I'll try to resolve this issue in some spare time.

Thanks.