How to programmatically solve Normal Captcha using the API of the 2Captcha service - a description of the method, the order of actions, examples of scripts - https://2captcha.com/p/simple_captcha?utm_source=youtube&utm_medium=en Demo page with examples of captcha https://2captcha.com/demo?utm_source=youtube&utm_medium=en Sources on GitHub at the link https://github.com/2captcha/2captcha-php Here are examples of decision method scripts, configuration descriptions and an error handler. Registration in the service https://2captcha.com/auth/register?utm_source=youtube&utm_medium=en 00:00-00:06 Introduction 00:07-00:12 Description of the Normal CAPTCHA 00:13-00:28 2Captcha Library on GitHub 00:33-01:09 Description of the Prepared File 01:11-01:22 Using a Proxy 01:24-01:38 Description of the Second File for CAPTCHA Solving 01:39-01:55 Description of the CAPTCHA Recognition Process 01:56-02:24 Recognizing a Normal CAPTCHA Using 2Captcha 02:25-02:28 CAPTCHA Solved Correctly