Ask a Question related to ASP.NET Web Services, Design and Development.
-
Krishna Kumar #1
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
-
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... -
Captcha
Hello, anyone knows an Captcha extension for form-sbmitting in PHP Server Model ? Best regards, Daniel -
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... -
new text area load text & images
I'm using this code for a text area: //load in XML kungFuContent = new XML(); kungFuContent.ignoreWhite = true;... -
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... -
Kevin Spencer #2
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
-
Oliver Wong #3
Re: Capturing Text from CAPTCHA Images
"Kevin Spencer" <kevin@DIESPAMMERSDIEtakempis.com> wrote in message
news:O2Z5jJPmFHA.764@TK2MSFTNGP14.phx.gbl...I'm not saying that this is the original poster's reason, but I can> 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.
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



Reply With Quote

