AntiCaptcha — automatic captcha solver.
API version 2 works on address https://api.anti-captcha.com/ and it works only via HTTP POST methods, data format is JSON.
This is reworked fork of original lib: https://github.com/AdminAnticaptcha/anticaptcha-java.
Read more info on jitpack page of project.
Open "Commit" tab and select revision by commit hash.
Just open Gradle or Maven tab copy artifact info and
place it with dependency management repository in your project build configuration.
You can find examples in the test classes:
- Tasks: AntiCaptchaTaskTest.java;
- Other: AntiCaptchaBaseTest.java.
Need to add file 'src/main/resources/anticaptcha.properties' with following content:
key=51065637323daa35622c25435460b871
Exemple You can get your key from www.anti-captcha.com