pycapt
pycapt copied to clipboard
IndexError: list index out of range
img = Image.open('3LLW.png')
img1 = pycapt.two_value(img,Threshold=100)
img1.show()
img_list = pycapt.cut_img_to_img_list(img1,max_width=60,background=255)
Traceback (most recent call last):
File "extract_single_letters_from_captchas.py", line 29, in
max_width is too big ?
max_width=20,It's still the same