How to read a charecters from and image?

hi,

       How to read a letters in one image. I want to read the alphabets
from that given image.

Please help me to solve this issue...

···

--
Posted via http://www.ruby-forum.com/.

I do not see the relation with ruby, anyway, you need an OCR app or
library. Most are simple toys that don't work. Unless the text is of
good quality with a white background most fail.

···

2009/3/12 rails and rails only <mjayakumar2k6@yahoo.com>:

hi,

  How to read a letters in one image\. I want to read the alphabets

from that given image.

Please help me to solve this issue...
--
Posted via http://www.ruby-forum.com/.

rails and rails only <mjayakumar2k6@yahoo.com> writes:

       How to read a letters in one image. I want to read the alphabets
from that given image.

Please help me to solve this issue...

Basically, you have two situations.

1- the characters in the image are generated from an identified computer font.

    You can then easily try to match each character in the font, pixel per pixel.

2- otherwise, you will have to use some OCR algorithm to recognize the
   character. Something that works well enough if there's noise is
   neural-networks.

···

--
__Pascal Bourguignon__

Stop that! He's probably looking to crack CAPTCHAs.

···

On Thu, Mar 12, 2009 at 11:22 AM, Pascal J. Bourguignon < pjb@informatimago.com> wrote:

rails and rails only <mjayakumar2k6@yahoo.com> writes:
> How to read a letters in one image. I want to read the alphabets
> from that given image.
>
> Please help me to solve this issue...

Basically, you have two situations.

1- the characters in the image are generated from an identified computer
font.

   You can then easily try to match each character in the font, pixel per
pixel.

2- otherwise, you will have to use some OCR algorithm to recognize the
  character. Something that works well enough if there's noise is
  neural-networks.

--
__Pascal Bourguignon__

--
http://www.home.no/reddvinylene

Fuck, now this thread is gonna pop up every time some kiddie Googles how to
crack CAPTCHAs. Maybe the list admins could intervene?

···

On Thu, Mar 12, 2009 at 11:34 AM, Redd Vinylene <reddvinylene@gmail.com>wrote:

Stop that! He's probably looking to crack CAPTCHAs.

On Thu, Mar 12, 2009 at 11:22 AM, Pascal J. Bourguignon < > pjb@informatimago.com> wrote:

rails and rails only <mjayakumar2k6@yahoo.com> writes:
> How to read a letters in one image. I want to read the alphabets
> from that given image.
>
> Please help me to solve this issue...

Basically, you have two situations.

1- the characters in the image are generated from an identified computer
font.

   You can then easily try to match each character in the font, pixel per
pixel.

2- otherwise, you will have to use some OCR algorithm to recognize the
  character. Something that works well enough if there's noise is
  neural-networks.

--
__Pascal Bourguignon__

--
http://www.home.no/reddvinylene

--
http://www.home.no/reddvinylene

Redd Vinylene wrote:

Fuck, now this thread is gonna pop up every time some kiddie Googles how
to
crack CAPTCHAs. Maybe the list admins could intervene?

go through this link....

i have some images with alphabets can read from that???

···

--
Posted via http://www.ruby-forum.com/.

So what? This is a non-trivial problem and no script kiddie is likely to solve it anytime soon, whether in Ruby or in another language.

Ellie

Eleanor McHugh
Games With Brains
http://slides.games-with-brains.net

···

On 12 Mar 2009, at 10:34, Redd Vinylene wrote:

Fuck, now this thread is gonna pop up every time some kiddie Googles how to
crack CAPTCHAs. Maybe the list admins could intervene?

----
raise ArgumentError unless @reality.responds_to? :reason

It is however trivial compared to the task of keeping living languages
from degradation :frowning:

Robert

···

On Thu, Mar 12, 2009 at 12:45 PM, Eleanor McHugh <eleanor@games-with-brains.com> wrote:

On 12 Mar 2009, at 10:34, Redd Vinylene wrote:

Fuck, now this thread is gonna pop up every time some kiddie Googles how
to
crack CAPTCHAs. Maybe the list admins could intervene?

So what? This is a non-trivial problem and no script kiddie is likely to
solve it anytime soon, whether in Ruby or in another language.

Eleanor McHugh wrote:

···

On 12 Mar 2009, at 10:34, Redd Vinylene wrote:

now this thread is gonna pop up every time some kiddie Googles how to crack CAPTCHAs.

So what? This is a non-trivial problem and no script kiddie is likely to solve it anytime soon, whether in Ruby or in another language.

No, it's a trivial problem. Display the image on a webpage somewhere
and offer porn for a human if they decode it for you. They don't need
to know that the captcha is for a 3rd-party site.

Clifford Heath.

All your language are belong to us >;p

Ellie

Eleanor McHugh
Games With Brains
http://slides.games-with-brains.net

···

On 12 Mar 2009, at 13:17, Robert Dober wrote:

On Thu, Mar 12, 2009 at 12:45 PM, Eleanor McHugh > <eleanor@games-with-brains.com> wrote:

On 12 Mar 2009, at 10:34, Redd Vinylene wrote:

Fuck, now this thread is gonna pop up every time some kiddie Googles how
to
crack CAPTCHAs. Maybe the list admins could intervene?

So what? This is a non-trivial problem and no script kiddie is likely to
solve it anytime soon, whether in Ruby or in another language.

It is however trivial compared to the task of keeping living languages
from degradation :frowning:

----
raise ArgumentError unless @reality.responds_to? :reason

which will have changed in the meantime, right? (I hope)
Robert

···

On Fri, Mar 13, 2009 at 12:02 AM, Clifford Heath <no@spam.please.net> wrote:

No, it's a trivial problem. Display the image on a webpage somewhere
and offer porn for a human if they decode it for you. They don't need
to know that the captcha is for a 3rd-party site.

--
There are some people who begin the Zoo at the beginning, called
WAYIN, and walk as quickly as they can past every cage until they get
to the one called WAYOUT, but the nicest people go straight to the
animal they love the most, and stay there. ~ A.A. Milne (from
Winnie-the-Pooh)

The weak-point in any security scheme is always human - but I think that's the best use of the principle I've seen in a long time :wink:

Ellie

Eleanor McHugh
Games With Brains
http://slides.games-with-brains.net

···

On 12 Mar 2009, at 23:02, Clifford Heath wrote:

Eleanor McHugh wrote:

On 12 Mar 2009, at 10:34, Redd Vinylene wrote:

now this thread is gonna pop up every time some kiddie Googles how to crack CAPTCHAs.

So what? This is a non-trivial problem and no script kiddie is likely to solve it anytime soon, whether in Ruby or in another language.

No, it's a trivial problem. Display the image on a webpage somewhere
and offer porn for a human if they decode it for you. They don't need
to know that the captcha is for a 3rd-party site.

----
raise ArgumentError unless @reality.responds_to? :reason

It's automated. A porn site shows the captcha to access its pages, the
unsuspecting user posts the answer to get his smut, and a spambot behind
sends the answer to the original captcha, and posts its spam message in
the comments of the blog or registers its new email account to use in
spamming.

This being said, we're way off topic, here.

Fred

···

Le 13 mars à 11:16, Robert Dober a écrit :

On Fri, Mar 13, 2009 at 12:02 AM, Clifford Heath <no@spam.please.net> wrote:

No, it's a trivial problem. Display the image on a webpage somewhere
and offer porn for a human if they decode it for you. They don't need
to know that the captcha is for a 3rd-party site.

which will have changed in the meantime, right? (I hope)

--
Note to self : "shoot first, ask questions later" does not work when
armed with a fully automatic submachine gun.
                                            (Jay in FLEM : flem.dhs.org)

Eleanor McHugh wrote:

raise ArgumentError unless @reality.responds_to? :reason

Argument doesn't help. I know, I've tried. :slight_smile:

Sure but I think this was valuable information for naïve folks like me, thanx!

···

On Fri, Mar 13, 2009 at 11:48 AM, F. Senault <fred@lacave.net> wrote:

Le 13 mars à 11:16, Robert Dober a écrit :

This being said, we're way off topic, here.

--
There are some people who begin the Zoo at the beginning, called
WAYIN, and walk as quickly as they can past every cage until they get
to the one called WAYOUT, but the nicest people go straight to the
animal they love the most, and stay there. ~ A.A. Milne (from
Winnie-the-Pooh)

That's when it's time for a hard re-boot :wink:

Ellie

Eleanor McHugh
Games With Brains
http://slides.games-with-brains.net

···

On 13 Mar 2009, at 15:37, Jeff Schwab wrote:

Eleanor McHugh wrote:

raise ArgumentError unless @reality.responds_to? :reason

Argument doesn't help. I know, I've tried. :slight_smile:

----
raise ArgumentError unless @reality.responds_to? :reason