Skip to content

Extracts the pan number from pan card and stores in an excel sheet

License

Notifications You must be signed in to change notification settings

vd-07/Pan-Number-Extraction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pan-Number-Extraction

Description :

Extracts the pan number from pan card and stores in an excel sheet

Details:

  • Completely built using Python 3.7 and OpenCV 4,
  • This program loads an image directory using the "--images" switch and performs operations on each image one by one.
  • First there are Image pre-processing techniques like grayscale conversion, blurring, thresholding and morphological operations.
  • Then it reads the text content of the image using the TESSERACT-OCR Engine. After that, Regular Expression is applied to extract only the Pan Number.
  • Finally the Pan Number is stored in an Excel Sheet.

Reference :

A video has been attached for better reference.

About

Extracts the pan number from pan card and stores in an excel sheet

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages