Where has the practice of sending screen shots as source code come from?

Steven D'Aprano steve+comp.lang.python at pearwood.info
Sun Jan 28 20:46:46 EST 2018


On Sun, 28 Jan 2018 17:13:05 -0800, Dan Stromberg wrote:

> I'm afraid the perspective may be:
> Text == primitive
> GUI == modern
> 
> It feel like it'd be possible to train a neural network to translate
> text in a screenshot to plain text though.

That would be OCR, which has been around long before neural networks. 
Neither OCR nor neural networks can magically enhance low-res pixellated 
images and *accurately* turn them into text.

https://en.wikipedia.org/wiki/Optical_character_recognition


-- 
Steve




More information about the Python-list mailing list