We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a071e7d commit b3bdb66Copy full SHA for b3bdb66
README.md
@@ -90,6 +90,8 @@ Below you can find basic examples for every captcha type. Check out [examples di
90
To bypass a normal captcha (distorted text on image) use the following method. This method also can be used to recognize any text on the image.
91
```python
92
result = solver.normal('path/to/captcha.jpg', param1=..., ...)
93
+# OR
94
+result = solver.normal('https://site-with-captcha.com/path/to/captcha.jpg', param1=..., ...)
95
```
96
97
### Text Captcha
0 commit comments