PaddleOCR: Reading huge documents can be very tiring and very time taking. You must have seen many software or applications where you just click a picture and get key information from the document. ...
Automatic License Plate Recognition using Deep Learning
Deep learning has been one of the fastest-growing technologies in the modern world. Deep learning has become part of our everyday life, from voice-assistant to self-driving cars, it is everywhere. One ...
Model Selection and Benchmarking with Modelplace.AI
In this post, we will learn how to select the right model using Modelplace.AI. Selecting the right model will make your application faster, help you scale it to millions of requests, and save a ton ...
Deep Learning Based Text Detection Using OpenCV (C++/Python)
The common saying is, "A picture is worth a thousand words." In this post, we will take that literally and try to find the words in a picture! In an earlier post about Text Recognition, we discussed ...
Deep Learning Based OCR Text Recognition Using Tesseract and OpenCV
In this article, we will learn deep learning based OCR and how to recognize text in images using an open-source tool called Tesseract and OpenCV. The method of extracting text from images is called ...