jumper423 / decaptcha

Package created to standardize all services for solving captcha. Each service has its own features and now You will have to look at the documentation for the specific service to do everything right. The package covers the entire functionality services. If You will be something lacking or suggestions, I'll be glad to hear them. RuCaptcha, 2Captcha, Anti Captcha, Captcha24, Pixodrom, R.I.P. Captcha
Apache License 2.0
65 stars 17 forks source link

AntiCapcha service does not support notTrue method #11

Open tixsys opened 5 years ago

tixsys commented 5 years ago

AntiCapcha service does not support notTrue method, but there is such possibility on webpage.

jumper423 commented 5 years ago

@tixsys Thank you for your comment. AntiCaptcha has a method described here https://anticaptcha.atlassian.net/wiki/spaces/API/pages/48693258/reportIncorrectImageCaptcha+send+complaint+on+an+image+captchain the near future I will implement this functionality.

tixsys commented 5 years ago

Yeah, that was i meant that its available as web-api (in that exact link), but not as library method ) any ETA?

Thanks ;)