Template matching with OpenCV
For structured (bounding box based) text extraction, it becomes imperative that the received image and target image are aligned properly and to scale. OpenCV is a great image processing library that has a ton of features.
To align source and template images, following steps are required.
- First convert images to …