Using vb.net how to extract text from captcha images
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
A little research on your part can go a long way. To answer your question, there is a service called “Death By Captcha” (http://www.deathbycaptcha.eu). They have a .NET API and they are pretty reliable.
Here is sample C# code for decoding a captcha:
Easy to translate to VB