JackonYang / captcha-tensorflow

Image Captcha Solving Using TensorFlow and CNN Model. Accuracy 90%+
MIT License
996 stars 272 forks source link

Fixed ValueError: invalid literal for int() #29

Closed 0x0000dead closed 3 years ago

0x0000dead commented 3 years ago

The int conversation is not allowed. It doesn't work at all. Replacement to ord and chr after that works fine. Python > 3.7, tensorflow >=2.1.0. You can summarize chr conversation for n-character case ( for somehow). I use only 4 character.