Where to find WrongCaptcha When Using CaptchaRecognition Method?

  • Автор темы Автор темы zenfreak
  • Дата начала Дата начала

zenfreak

Client
Регистрация
21.08.2013
Сообщения
249
Реакции
12
Баллы
18
I'm solving captchas using c# code and couldn't find any info on where I should get the wrongcaptcha value
 
When you call something like

var result = ZennoPoster.CaptchaRecognition("Anti-Captcha.dll", base64String, "");

you just analyse the result:

var tmp = result.Split(new [] {"-|-"}, StringSplitOptions.None);
if (tmp.Length > 1) return tmp[0];
return result;
 
  • Спасибо
Реакции: zenfreak
Will try this asap. It makes sense. Thank you!
 

Кто просматривает тему: (Всего: 0, Пользователи: 0, Гости: 0)