Hi
I think you want to read captcha image
If thats your requirement

you have a plugin for captcha integration

>From your application root, you can run:

ruby script\plugin install svn://
rubyforge.org/var/svn/expressica/plugins/simple_captcha


*In Your Code:*

To show a captcha in your view, just use the following tag:

<%= show_simple_captcha %>


 In your controller to validate:

if simple_captcha_valid?
end


On Thu, Mar 12, 2009 at 3:41 PM, rails and rails only <
[email protected]> wrote:

>
> 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/.
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to