Skip to content

OCR business card using python tesseract (pytesseract) and opencv

Notifications You must be signed in to change notification settings

situmorang-com/OCR-business-card-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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