Tesseract.js is a javascript library that gets words in almost any language out of images. Below is an example tested with Node.js (local file system). Note that your will need to download the trained language data for the language here. Unzip the file and put it somewhere in your solution. Then the call to Tesseract … Continue reading an OCR Engine in JavaScript