Capturing Text from CAPTCHA Images

Ask a Question related to ASP.NET Web Services, Design and Development.

  1. #1

    Default Capturing Text from CAPTCHA Images

    Hai all,
    I am doing a project in .net and in that project I have a problem in
    capturing text from an image. i.e images like CAPTCHA images . which has
    inbuilt text with in the image.So, Can any one suggest me how to continue
    my work or give their valuable suggestions for capturing text in the
    CAPTCHA image .
    yours
    KrishnaKumar


    Krishna Kumar Guest

  2. Similar Questions and Discussions

    1. Capturing webcam images
      Hi, I have flash working with flash media server to record a webcam. There are two things I also need the application to do which it currently...
    2. Captcha
      Hello, anyone knows an Captcha extension for form-sbmitting in PHP Server Model ? Best regards, Daniel
    3. Captcha Modules
      Does anyone know of any other Captcha modules? I love how quick and easy "Authen::Captcha" is, but I have to say, am kind of disappointed in the...
    4. new text area load text & images
      I'm using this code for a text area: //load in XML kungFuContent = new XML(); kungFuContent.ignoreWhite = true;...
    5. Capturing Sun Burst Effect (Underwater Images) in Print Media
      Dear All, I have multiple underwater images in which I have captured a very prominent sun burst effect. I shoot slide film, scan the images and...
  3. #2

    Default Re: Capturing Text from CAPTCHA Images

    See:

    [url]http://www.captcha.net/[/url]

    Note that the purpose of a CAPTCHA image is to render an image containing
    text that A COMPUTER PROGRAM CANNOT READ.

    In fact, I can't think of a single reason why you would want to, unless
    you're a hacker, or some other evildoer.

    --
    HTH,

    Kevin Spencer
    Microsoft MVP
    ..Net Developer
    Everybody picks their nose,
    But some people are better at hiding it.

    "Krishna Kumar" <krishnakumar@nannacomputers.com> wrote in message
    news:%23X49K1NmFHA.2656@TK2MSFTNGP14.phx.gbl...
    > Hai all,
    > I am doing a project in .net and in that project I have a problem in
    > capturing text from an image. i.e images like CAPTCHA images . which
    > has inbuilt text with in the image.So, Can any one suggest me how to
    > continue my work or give their valuable suggestions for capturing text in
    > the CAPTCHA image .
    > yours
    > KrishnaKumar
    >

    Kevin Spencer Guest

  4. #3

    Default Re: Capturing Text from CAPTCHA Images


    "Kevin Spencer" <kevin@DIESPAMMERSDIEtakempis.com> wrote in message
    news:O2Z5jJPmFHA.764@TK2MSFTNGP14.phx.gbl...
    > Note that the purpose of a CAPTCHA image is to render an image containing
    > text that A COMPUTER PROGRAM CANNOT READ.
    >
    > In fact, I can't think of a single reason why you would want to, unless
    > you're a hacker, or some other evildoer.
    I'm not saying that this is the original poster's reason, but I can
    think of a few reasons why you'd want to try to write a program to defeat
    CAPTCHA with good intentions.

    1) It's a form of Turing test. If you're into AI, that alone should
    drive you to try to defeat it.
    2) It's one of the easier Turing tests. If you're a pretty good
    programmer, and you want to get your feet wet into the world of AI, this
    might be a good challenge (certainly easier than the traditional test of
    making a chatterbot which can hold a meaningful conversation).
    3) You realize that you're not the smartest programmer in the world, and
    yet you think you can defeat CAPTCHA. If you can defeat CAPTCHA, that means
    someone else can probably defeat CAPTCHA too. You don't know if the intent
    of that other person is pure, but you know your intents are pure. You can't
    stop "evildoers" from solvign CAPTCHA, but what you can do is solve it
    yourself, and then publish your algorithm and an explanation of how you
    solved it so that a better CAPTCHA can be constructed.

    - Oliver


    Oliver Wong Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139