-1
I am working on a system that automatically downloads XML files from this website. But this site uses validation caps, and for that we would offer two options to our customers: using api’s like anticaptcha (which generates additional costs) and typing the text themselves. However, recently the site has been updated and now reCaptcha is used. The part of the api we were able to solve without problem.
What we’re not able to do is render reCaptcha in our application (which is done in WPF/XAML).
I believe it should be possible to do this, because this is how Anticaptcha works (using real people to break the reCatpchas).
What I need to do for the application to render reCaptcha and capture the answer?