OCR business card using python tesseract (pytesseract) and opencv Understanding how to image pre-processing using opencv and character recognition using pytesseract
Image pre-processing process:
- Converting to color gray
- Applying Gaussian Blur to remove high-frequecy noise
- Edge Detection using Canny on opencv