File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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
3737 - [ Error handling] ( #error-handling )
3838 - [ Proxies] ( #proxies )
3939 - [ Async calls] ( #async-calls )
40+ - [ Examples] ( #examples )
4041
4142## Installation
4243
@@ -388,6 +389,8 @@ async def captchaSolver(image):
388389
389390captcha_result = asyncio.run(captchaSolver(image))
390391```
392+ ## Examples
393+ Examples of solving all supported captcha types are located in the [ examples] directory.
391394
392395
393396[ 2Captcha ] : https://2captcha.com/
@@ -399,3 +402,4 @@ captcha_result = asyncio.run(captchaSolver(image))
399402[ asyncio ] : https://docs.python.org/3/library/asyncio.html
400403[ Buy residential proxies ] : https://2captcha.com/proxy/residential-proxies
401404[ Quick start ] : https://2captcha.com/proxy?openAddTrafficModal=true
405+ [ examples ] : ./examples
You can’t perform that action at this time.
0 commit comments