form completion on a website using post method of request lib. Bt there's captcha and I want to save captcha image so that I can pass it to pytesseract and get text. Can anyone help me out on how I can save captcha image?
As @sanjeevK mentioned captacha's are used to allow only human interaction and stop automation of the process. Either you need to use apis provided by the website or you could display the captacha and let the user fill it manually. One more suggestion if you are working for automating some website actions you could use selenium. Its meant to be used for the same case.
Обсуждают сегодня