Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - LarreWeyand

Pages: [1]
1
Design / Re: Online captcha solver on python?
« 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.

Pages: [1]