Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Re: A little fun with merlyn

by jasonk (Parson)
on Feb 13, 2003 at 20:55 UTC ( [id://235107]=note: print w/replies, xml ) Need Help??


in reply to Re: A little fun with merlyn
in thread A little fun with merlyn

An animated gif doesn't help, because the animation is really just a series of still frames, and breaking the animation into the individual frames and analyzing just one of them is trivial. Transparency doesn't help either, because to the program doing the OCR, 'transparent' is as much a color as blue or green, it's simply another index into the colormap.

Replies are listed 'Best First'.
Re: Re: Re: A little fun with merlyn
by wombat (Curate) on Aug 13, 2003 at 15:53 UTC
    Not that anyone will read this after all this time... I see a way in which transparancy could really fark up an OCR. Using cascading style sheets, layer multiple transparent images directly on top of one another, so that the signal is broken across two or more files. If that's not enough, then you can add plain HTML text as well behind it.

    So you have to find multiple images, which can be placed anywhere (dynamically) in the body segment, and also add in some text that you have to parse out with a tokenizer. :-)
      What would be really impressive is if you had a set (maybe, oh, 153 of them) which were 9x17 with one point on each one filled in. Then, pick which ones you need and randomly layer them one on the other. You might hit some (silly) maximum in terms of the number of layers you can have, but it shouldn't be that bad. (In addition, you wouldn't have to stick to 1-dot pictures ... you could theoretically find all the dots you need and randomly break them down into a set of blanks, each with 1 or more dots filled in.)

      ------
      We are the carpenters and bricklayers of the Information Age.

      Please remember that I'm crufty and crochety. All opinions are purely mine and all code is untested, unless otherwise specified.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://235107]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (5)
As of 2024-04-19 16:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found