Skip to content

Commit b3bdb66

Browse files
Added solver.normal usage example with url
1 parent a071e7d commit b3bdb66

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ Below you can find basic examples for every captcha type. Check out [examples di
9090
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.
9191
```python
9292
result = solver.normal('path/to/captcha.jpg', param1=..., ...)
93+
# OR
94+
result = solver.normal('https://site-with-captcha.com/path/to/captcha.jpg', param1=..., ...)
9395
```
9496

9597
### Text Captcha

0 commit comments

Comments
 (0)