/OCR-business-card-python

OCR business card using python tesseract (pytesseract) and opencv

Primary LanguagePython

OCR-business-card-python

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:

  1. Converting to color gray
  2. Applying Gaussian Blur to remove high-frequecy noise
  3. Edge Detection using Canny on opencv