Text recognition is the process of detecting text in images and video streams and recognizing the text contained therein. Once detected, the recognizer then determines the actual text in each block and segments it into lines and words.
Text Recognition are implemented from Google Vision API. Documentation

https://vision.googleapis.com/v1/images:annotate. You can read full documentation here.
Built with HTML, AngularJS and pure javascript.