TDD vs BDD

What’s the Difference Between TDD and BDD? In TDD (Test Driven Development), the test is written to check the implementation of functionality, but as the code evolves, tests can give false results. BDD (Behavior Driven Development) is also a test-first approach, but differs by Leggi tutto…

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…