Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 693 Bytes

File metadata and controls

14 lines (11 loc) · 693 Bytes

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.