Tesseract.js

Tesseract.js is a pure Javascript port of the popular Tesseract OCR engine.  This library supports more than 100 languages, automatic text orientation and script detection, a simple interface for reading paragraph, word, and character bounding boxes. Tesseract.js can run either in a browser and on a server Leggi tutto…

The Power of the Composite Design Pattern in JavaScript

In software engineering, the composite pattern is a pattern where a group of objects is to be treated in the same way as a single instance of a single object, resulting in uniformity with these objects and compositions. https://medium.com/better-programming/the-power-of-the-composite-design-pattern-in-javascript-51eef5eaaa05 https://developers.caffeina.com/object-composition-patterns-in-javascript-4853898bb9d0