Method: AntiCaptcha::Client#decode_recaptcha_v2
- Defined in:
- lib/anti_captcha/client.rb
#decode_recaptcha_v2(options, proxy = nil) ⇒ Object Also known as: decode_nocaptcha
Decodes a reCAPTCHA v2 (NoCaptcha).
81 82 83 84 85 |
# File 'lib/anti_captcha/client.rb', line 81 def decode_recaptcha_v2(, proxy = nil) decode_recaptcha_v2!(, proxy) rescue AntiCaptcha::RecaptchaV2Solution.new end |