So far I can identify the rows of the image containing the text and can filter them out / remove the background / select each "word" on its own etc etc. I just can't seem to work out the correct maths to be applied to the image, either in it's entirety(as I'm sure is required) or just on the lines with the relevant data(so I can see the words during testing). I can kinda work out what some of the letters are supposed to be by seeing which pixels are where, an F and an L for example are easy to spot using only a human brain, I can't get how to re-jig those lines programatically so that they don't require brain processing!
So what I'm asking for is a poke in the right direction. Some online page I should perhaps read up on or some mathematical function I should take a look at.
I'm using HTML canvas elements and javascript, no frameworks, for this one by way of a browser userscript. It was effective and fast for the morse code one so figured I'd try it out here too, I haven't seen any mention of anyone else using this method either. It also has the advantage of not needing to bother cURLing in from somewhere else! ;oP





