Skip to content

Commit b771136

Browse files
Merge pull request #6 from 2captcha/RC-2779
RC-2779 fix typos, refactor
2 parents 40bc217 + 723c93c commit b771136

File tree

5 files changed

+8
-761
lines changed

5 files changed

+8
-761
lines changed

README.md

+3-6
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
1-
<b>[English](README.md)</b> (recommended) | [中国语文科](README.zh.md) | [Русский](README.ru.md)
2-
3-
41
# JavaScript captcha solver module for 2Captcha API
52

63
## Description
74
A wrapper around the [2captcha](https://2captcha.com/) API. This wrapper supports any captcha bypass: reCAPTCHA V2, reCAPTCHA V3, hCaptcha, Arkose Labs FunCaptcha, image captcha, Coordinates (Click Captcha), Geetest, Geetest V4, Yandex Smart Captcha, Lemin captcha, Amazon WAF, Cloudflare Turnstile, Capy Puzzle, DataDome CAPTCHA, CyberSiARA, MTCaptcha, Friendly Captcha.
85

96
Also added support for the `bounding_box` method. The Bounding Box Method allows you to mark data on the image. This method can be used to mark up datasets or highlight any objects in an image according to the given instructions. Read more about using *Bounding Box Method* on [documentation](https://2captcha.com/2captcha-api#bounding_box).
107

11-
[2captcha](https://2captcha.com/) is a service that solves many different types of captchas, this library serves as a wrapper around API 2captcha to bring easy, promise-based functionality to NodeJS. This library specializes in concurrent solves, and bulk-api usage.
8+
[2captcha](https://2captcha.com/) is a service that solves many different types of captchas, this library serves as a wrapper around API 2captcha to bring easy, promise-based functionality to Node.js. This library specializes in concurrent solves, and Bulk API usage.
129

1310
- [Install](#install)
1411
- [Configuration](#configuration)
@@ -198,7 +195,7 @@ solver.geetestV4({
198195

199196
### Yandex Smart Captcha
200197

201-
Use this method to solve Yandex and obtain a token to bypass the protection.
198+
Use this method to solve Yandex Smart Captcha and obtain a token to bypass the protection.
202199

203200
```js
204201
solver.yandexSmart({
@@ -215,7 +212,7 @@ solver.yandexSmart({
215212

216213
### Lemin captcha
217214

218-
Use this method to solve Lemin and obtain a token to bypass the protection.
215+
Use this method to solve Lemin captcha and obtain a token to bypass the protection.
219216

220217
```js
221218
solver.lemin({

0 commit comments

Comments
 (0)