-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cnts is None #1
Comments
This happens when find_contours is not able to find any find any contours resulting the cnts empty. Please make sure the image is processed properly. And also share the image |
new = temp[0] + temp[1] + "." + temp[2] I use camera on the picture of your give ,can you help me? |
This happened because tesseract was not able to find any text to perform OCR in the image. Here are the things you can do -
Your result should match with my results (my images which i have put in my readme.md) |
File "code.py", line 45, in
for c in cnts:
TypeError: 'NoneType' object is not iterable
The text was updated successfully, but these errors were encountered: