Skip to content

Commit

Permalink
README fix
Browse files Browse the repository at this point in the history
  • Loading branch information
brugeman committed Aug 26, 2020
1 parent cb1c37f commit 8f3913d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ if err != nil {
log.Fatal(err);
}
fmt.Println("code "+code)
```

### Normal Captcha
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.
Expand Down Expand Up @@ -176,6 +177,7 @@ cap := api2captcha.GeeTest{
req := cap.ToRequest()
req.SetProxy("HTTPS", "login:password@IP_address:PORT")
code, err := client.solve(req)
```

### hCaptcha
Method to solve GeeTest puzzle captcha. Returns a set of tokens as JSON.
Expand Down

0 comments on commit 8f3913d

Please sign in to comment.