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
Copy file name to clipboardExpand all lines: README.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,22 @@
1
1
Capmonster.cloud for Python
2
2
=
3
-

3
+

4
4
5
5
[Capmonster.cloud](https://capmonster.cloud) package for Python3
6
6
7
-
If you have any problem with usage, [read the documentation](https://alperensert.github.io/capmonster_python) or [create an issue](https://github.com/alperensert/capmonster_python/issues/new)
7
+
If you have any problem with usage, [read the documentation](https://alperensert.github.io/capmonster_python)
8
+
or [create an issue](https://github.com/alperensert/capmonster_python/issues/new)
8
9
9
10
*At least 2x cheaper, up to 30x faster than manual recognition services.*
10
11
11
12
### Installation
13
+
12
14
```
13
15
pip install capmonster_python
14
16
```
15
17
16
18
### Supported captcha types
19
+
17
20
- Image to text
18
21
- Recaptcha v2
19
22
- Recaptcha v2 Enterprise
@@ -22,6 +25,7 @@ pip install capmonster_python
22
25
- HCaptcha
23
26
- GeeTest
24
27
- Turnstile Task
28
+
- Data Dome
25
29
26
30
Usage examples
27
31
-
@@ -66,7 +70,7 @@ from capmonster_python import GeeTestTask
0 commit comments