Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 347 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 347 Bytes

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