├── 12.png ├── 13.png ├── 14.png ├── LICENSE ├── Predicted_captcha - Copy.jpg ├── Predicted_captcha.jpg ├── README.md ├── captcha_detector.py ├── examples ├── axios_example.js ├── python_request.py └── server.py ├── labelmap.pbtxt └── solver.py /12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Summaw/Text-Captcha-Solver/HEAD/12.png -------------------------------------------------------------------------------- /13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Summaw/Text-Captcha-Solver/HEAD/13.png -------------------------------------------------------------------------------- /14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Summaw/Text-Captcha-Solver/HEAD/14.png -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Summaw/Text-Captcha-Solver/HEAD/LICENSE -------------------------------------------------------------------------------- /Predicted_captcha - Copy.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Summaw/Text-Captcha-Solver/HEAD/Predicted_captcha - Copy.jpg -------------------------------------------------------------------------------- /Predicted_captcha.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Summaw/Text-Captcha-Solver/HEAD/Predicted_captcha.jpg -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Summaw/Text-Captcha-Solver/HEAD/README.md -------------------------------------------------------------------------------- /captcha_detector.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Summaw/Text-Captcha-Solver/HEAD/captcha_detector.py -------------------------------------------------------------------------------- /examples/axios_example.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Summaw/Text-Captcha-Solver/HEAD/examples/axios_example.js -------------------------------------------------------------------------------- /examples/python_request.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Summaw/Text-Captcha-Solver/HEAD/examples/python_request.py -------------------------------------------------------------------------------- /examples/server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Summaw/Text-Captcha-Solver/HEAD/examples/server.py -------------------------------------------------------------------------------- /labelmap.pbtxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Summaw/Text-Captcha-Solver/HEAD/labelmap.pbtxt -------------------------------------------------------------------------------- /solver.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Summaw/Text-Captcha-Solver/HEAD/solver.py --------------------------------------------------------------------------------