Extract text from image using Node.js

In this article, we will see how to extract text from images using Tesseract . So let’s start with this use-case, Suppose you have 3… Read more

Similar

Visual Node Graph with ImGui

I wanted my first post on this blog to be about the node graph system that I created for my personal graphics engine named “RogueEngine”. I may talk about the engine itself in another post but for now I’d like to focus on its UI. (more…)

Read more »

Managing Node.js with Volta

I recently wrote a blog post about how I use NVM to manage my node version. Someone commented on the post saying I should look into Volta What is Volta Volta is a command line tool used to manage your Node.js. It is built using Rust and is shipped as... (more…)

Read more »