Long shot: if the originators of this data are in a country with reasonable disability laws, you could try the "well you have to make your data accessible" approach, which would then get you data scrapeable in a slightly less "ick" way...

Failing that:

If you can save the swf locally, I'd suggest looking at swfmill. Its swf2xml component will give you a (long) xml file with the source text accessible. This won't work if the text has been turned to outlines, or if the text is dynamically generated at run-time (which sounds like it might be the case).

You could try one of the OCR packages/libraries available on Freshmeat, but I suspect you won't have sufficient resolution in your screenshots for them work effectively (if at all).

The only other thing that springs to mind (which is probably going to be very tedious) would be to manually capture each character as it currently appears as a separate graphic, and use those to then match against your screengrabs. That, of course, is going to be very fragile if pretty much anything in the output changes, but it might be worth a go.

Good luck!

Update:

Having read fizbin's post (and had a brief forehead-slapping moment...) you could also try setting up HTTP::Recorder which looks like it might help with the SSL issue too.


In reply to Re: Pixel scraping flash to extract text by john_oshea
in thread Pixel scraping flash to extract text by water

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.