473,399 Members | 2,858 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,399 software developers and data experts.

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
Nov 19 '05 #1
4 2743
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


Hello there,
Actually, giving you the answer here would mean helping spammers
continue their work...
=(

Nov 19 '05 #2
See:

http://www.captcha.net/

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" <kr**********@nannacomputers.com> wrote in message
news:%2****************@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

Nov 19 '05 #3


*** Sent via Developersdex http://www.developersdex.com ***
Nov 19 '05 #4

"Kevin Spencer" <ke***@DIESPAMMERSDIEtakempis.com> wrote in message
news:O2*************@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
Nov 19 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

12
by: Francois Bonzon | last post by:
After a Google search, I see that quite a few CAPTCHA implementations in PHP are available. I'd like one that's not (easily) OCR-able, or otherwise crackable. Open source or commercial is not...
3
by: ldHH | last post by:
Hi all, Some web sites (for example mySpace) had in the registration form an image with alfanumeric chars... used to check the submit Could you say me ... how can I realize this ?? Or could you...
12
by: skip | last post by:
Is there a module out there that will generate an image with a random text string such as the confirmation images you see on various websites? I'm thinking I'm going to have to add that to the...
1
by: helraizer1 | last post by:
Hi all, I'm not sure whether or not this is PHP or not, though I'd assume so with the Dynamic Images and OOP. I am currently implimenting user accounts on my website and to stop bots I was...
1
by: mohanish | last post by:
can any body help me in capturing images on client side. i am using javascript for drawing free hand text on images and i want to save that images either on server or on client using javascript...
11
by: Twayne | last post by:
Hi, Learning PHP code; playing with various methods of generating captcha codes: In the code below, how would I change the size of the text displayed in the captcha code? Is it even possible...
4
by: sarika | last post by:
Hi all I want to create an online stamp making site. In my site a user select a template from number of templates for making his stamp. The template is and image with some graphics and text. Now...
0
by: Irmen de Jong | last post by:
Hi, I wanted to generate Captcha images(*) from Python and I couldn't find any module that suited my needs so I made one myself. It only needs PIL. (I used PIL 1.1.6) It can generate images...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.