You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The easiest way to quickly integrate [2Captcha] into your code to automate solving of any type of captcha.
12
12
Examples of API requests for different captcha types are available on the [C++ captcha solver](https://github.com/2captcha/2captcha-cpp/tree/master/examples) examples directory.
13
13
14
-
15
-
16
-
-[C++ Module for 2Captcha API](#c-module-for-2captcha-api)
14
+
-[C++ Module for 2Captcha API (captcha solver)](#c-module-for-2captcha-api-captcha-solver)
17
15
-[Installation](#installation)
18
16
-[Configuration](#configuration)
19
17
-[Solve captcha](#solve-captcha)
@@ -30,6 +28,7 @@ Examples of API requests for different captcha types are available on the [C++ c
30
28
-[Canvas](#canvas)
31
29
-[ClickCaptcha](#clickcaptcha)
32
30
-[Rotate](#rotate)
31
+
-[Lemin](#lemin)
33
32
-[Other methods](#other-methods)
34
33
-[send / getResult](#send--get_result)
35
34
-[balance](#balance)
@@ -270,6 +269,15 @@ captcha.set_lang ("en");
270
269
captcha.set_hint_img_file ("path/to/hint.jpg");
271
270
captcha.set_hint_text ("Put the images in the correct way up");
272
271
```
272
+
### Lemin
273
+
Use this method to solve Lemin and obtain a token to bypass the protection.
0 commit comments