Answer the question
In order to leave comments, you need to log in
How to correctly send captcha to antigate.com in java?
Good afternoon. Faced the problem of captcha recognition through the antigate service. Used the example referenced by antigate itself.
File f = new File("сapcha.png");
FileInputStream is = new FileInputStream(f);
//** You may check your antigate.com balance first **/
String balance = CapchaUtils.getBalance("YOURAPIKEY");
/** Use CapchaAnswer() method to get the capcha text, returns error message if any **/
answer = CapchaBypass.CapchaAnswer(is, "YOURAPIKEY", null, null, null);
} catch (IOException | InterruptedException e) {
e.printStackTrace();
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question