Temple of The Roguelike Forums

Development => Design => Topic started by: Kelly on May 18, 2022, 08:16:46 PM

Title: Online captcha solver on python?
Post by: Kelly on May 18, 2022, 08:16:46 PM
I think it will be useful for me to know what kind of captcha solver to use on a site developed in Python.
Title: Online captcha solver on python?
Post by: Singleton on May 19, 2022, 05:18:15 AM
Hi there. I advise you to install this https://2captcha.com/lang/python package for Python websites, it is unique in its kind, and the people who created it - made it work as well as possible. This captcha solver is capable of many actions in this direction, so you will just have to install it and watch the results.
Title: Re: Online captcha solver on python?
Post by: gulshan212 on February 15, 2023, 11:35:31 AM
Hello this is Gulshan Negi
Well, I will recommend you use Pytesseract. It is a Python wrapper for the Tesseract OCR engine. It can be used to recognize text in images, including captcha images. To use Pytesseract, you will need to install Tesseract on your system and then install the Pytesseract Python package.
Thanks
Title: Re: Online captcha solver on python?
Post by: LarreWeyand on July 17, 2025, 07:43:03 AM

I think it will be useful for me to know what kind of captcha solver to use on a site developed in Python.

Facing captchas in my Python project? I've had luck with anti-captcha.com, it's reasonably priced and integrates easily. However, for simple image-based captchas, I sometimes use Pytesseract with some pre-processing for the images. It can be free and useful, but only if the captchas are easy.