Reverse OCR
71–80 of 92 posts
Re: Reverse OCR
#72Re: Reverse OCR
#73I was thinking about this: http://www.cs.toronto.edu/~graves/handwriting.html
Re: Reverse OCR
#74Earlier quoted context omitted.
I did this recently, the results were surprisingly good! https://github.com/darkFunction/PolygonPainter Edit: Roger Alsing's implementation was a single entity population (mutated then reverted if the mutation was no good). I copied this approach in my first implementation, but found that much better results could be achieved with a breeding population of genes.
Yeah really good results, conceivably useful for compression. It be good to know the vertices count in your final penguin images.
Re: Reverse OCR
#75Looks like he has written tons of very creative bots. They are all very interesting ideas (e.g. http://randomshopper.tumblr.com )
Re: Reverse OCR
#76Earlier quoted context omitted.
Not much, probably. It would be largely wasted effort to tune OCR algorithms to avoid (falsely) recognizing letters in artificially synthetized datasets that don't occur in practice.
Why's it so highly upvoted then? I was expecting something moderately legible.
Is human handwriting anything more then repeated patterns with lines and shapes on a 2d plane?
A computer program designed by humans to assist with human constructs can infer meaning from what appears to be mostly noise to humans. It hits us hard because communication through complex language is the defining trait of our species. It manages to do what we do, and many people are intrigued by the results.
Are we just observing the results of our actions or did we just take one more small step towards the singularity?
Re: Reverse OCR
#77I was thinking about this: http://www.cs.toronto.edu/~graves/handwriting.html
The author published an open source library -- RNNLIB [1] used for his neural network research but is the actual code for this hand writing demo published somewhere?
Re: Reverse OCR
#78Earlier quoted context omitted.
http://ssbkyh.com/works/fadtcha/
Nice, a captcha to block colorblind users!
Unless you're concerned about the rights of colour-blind computers for some reason.
Re: Reverse OCR
#79Perhaps this could lead to a new kind of captcha that only bots can solve. I doubt it would be efficient, though.
http://ssbkyh.com/works/fadtcha/
Re: Reverse OCR
#80This actually seems like a great program for automatically generating adversarial examples to improve OCR. A human could rate this text as being illegible or legible. Each example can then be added to the training data to improve its quality.