Recognize dates from documents using Sliding Window Algorithm & Python OCR.
Hey there 👋,
Today, let’s solve a text processing problem that asks us to find any “date” present in a text extracted from an image.
We are using “easyocr”, a python OCR library to find the text from the images. Let’s move on with the code.
Extracti...
dipankarmedhi.hashnode.dev3 min read