Hi yawl,

I need some help with this problem and hope that someone out there has found a solution or knows of a site that has cracked this. The problem involves trying to automate a login script (in perl) for a secure website that requires the user to enter his/her ID and password, PLUS the text string that is shown in a graphical box. I'm certain that just about everone out there has seen the graphical box I am referring to. It is used by yahoo, amazon, and several other high end sites.

The graphical box consists of a background image and text, both of which change each time the page is refreshed. I am able to obtain the image file name (*.jpg) and therefore download the .jpg file to a pc for processing. What I now need is a program (OCR - optical character recognition) or routine that can automate and process the image file and report back the actual word hidden inside the image, so that I can then feed this to the form. I hope I have explained this clearly enough.

Any ideas? This is a really tough nut to crack!


In reply to Image Character Recognition by booter2

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.