Skip to content

heyitsdsp/Vision_based_ID_Reader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Vision based ID Reader

The objective of the project is to read and store data from an ID Card using a camera using OCR. The OCR package used here is pyocr.

The front of the ID card of VIT University contains Registration Number and Name of the student which is what we aim to extract. The OCR dumps all kinds of data, which we clean by means of Regex and stored in a file named data.txt We clean that data by the logic, 'Most occured entry is the right entry'. Name and RegNo is now stored. Same is done with the back side for phone number.

Packages and Dependencies

pip install -r requirements.txt on your virtual environment

Procedure

  1. Install dependencies on your virtual environment.
  2. Show the front of your ID card to the camera for say 3 seconds
  3. Press 'q' to close the window
  4. Show the back,especially the phone number area for 3 seconds
  5. Press 'q' to close
  6. A prompt shows the details it has read, if right press "y" and it will get updated in the database

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%