File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ The easiest way to quickly integrate the 2Captcha captcha-solving service into y
37
37
- [ Error handling] ( #error-handling )
38
38
- [ Proxies] ( #proxies )
39
39
- [ Async calls] ( #async-calls )
40
+ - [ Examples] ( #examples )
40
41
41
42
## Installation
42
43
@@ -388,6 +389,8 @@ async def captchaSolver(image):
388
389
389
390
captcha_result = asyncio.run(captchaSolver(image))
390
391
```
392
+ ## Examples
393
+ Examples of solving all supported captcha types are located in the [ examples] directory.
391
394
392
395
393
396
[ 2Captcha ] : https://2captcha.com/
@@ -399,3 +402,4 @@ captcha_result = asyncio.run(captchaSolver(image))
399
402
[ asyncio ] : https://docs.python.org/3/library/asyncio.html
400
403
[ Buy residential proxies ] : https://2captcha.com/proxy/residential-proxies
401
404
[ Quick start ] : https://2captcha.com/proxy?openAddTrafficModal=true
405
+ [ examples ] : ./examples
You can’t perform that action at this time.
0 commit comments