Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7996645
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T14:45:34+00:00 2026-06-04T14:45:34+00:00

Using vb.net how to extract text from captcha images

  • 0

Using vb.net how to extract text from captcha images

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-04T14:45:35+00:00Added an answer on June 4, 2026 at 2:45 pm

    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:

    // Do not forget to reference DeathByCaptcha.dll in your project!
    using DeathByCaptcha;
    
    // Put your DBC credentials here.
    // Use HttpClient class if you want to use HTTP API.
    Client client = (Client) new SocketClient(USERNAME, PASSWORD);
    
    // Put your CAPTCHA file name, stream, or vector of bytes,
    // and desired timeout (in seconds) here:
    Captcha captcha = client.Decode(CAPTCHA_FILE_NAME, TIMEOUT);
    if (captcha.Solved && captcha.Correct) {
        Console.WriteLine("CAPTCHA {0}: {1}", captcha.Id, captcha.Text);
    
        // Report the CAPTCHA if solved incorrectly.
        // Make sure the CAPTCHA was in fact incorrectly solved!
        if ( ... ) {
            client.Report(captcha);
        }
    }
    
    // Repeat for other CAPTCHAs
    

    Easy to translate to VB

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Can i Extract all the Phone Numbers from Text using C#.net?
How can I extract the domain name from some text using PHP? For example,
I'm using the ZipForge to extract an archive in VB.NET. When I run the
Using .Net and Oracle 11g - I've been returning dataTables from a procedure inside
Outline My simple application takes text from a text box and calls an asp.net
I am using Python and BeautifulSoup to extract financial statement information from cities financial
I was trying to extract a text(string) from MS Word (.doc, .docx), Excel and
I'm using the following to extract variables from a URL contained in a variable.
Using the following text as a sample, I need to be able to extract
I am looking to take a PDF and extract any text from it. I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.