📜 ⬆️ ⬇️

OCR and neural network in javascript

A certain Shaun Friedle wrote a curious javascript that automates captcha recognition on megaupload.

A couple of interesting features of the script:
  1. HTML 5 javascript function getImageData is used to work with pixels;
  2. artificial neural network is used for recognition and works quite accurately.

Work Example: herecomethelizards.co.uk/mu_captcha
Source: userscripts.org/scripts/review/38736

')

Source: https://habr.com/ru/post/50265/


All Articles