File upload and image parsing with NestJS and Tesseract

Marcos Henrique da Silva
7 min readSep 1, 2022

an introduction to Tesseract OCR and how to use it in NestJS with image upload

Photo by Pixabay: https://www.pexels.com/photo/close-up-photo-of-ledger-s-list-164686/

Hey hey, welcome back! In this article I will quickly talk about file upload in NestJS and, why not, using a tool that can read text from image that is called Tesseract OCR

It’s ideal that you know something about NestJS already. If not please check my previous…

--

--