Skip to content

soheltarir/py-validate-india

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

py-validate-india

Python module to validate and extract Indian Mobile, Aadhaar, GST, PAN, etc.

Installation

pip install validate-india

Validations

Below are the list of documents for which validators are provided in this package:

  • Aadhaar
  • Mobile Number
  • PAN
  • GST
  • Bank IFSC
  • ESIC
  • UAN

Usage

Below is an example of simple validation for mobile numbers

from validate-india import mobile


if __name__ == '__main__':
  if mobile.is_valid('8888899999'):
    print('This is a valid mobile number')
  else:
    print('Invalid mobile number provided')

To-Do List

  • Extract PAN Number, Full Name, Father's Name and Date of Birth from an image using OCR.
  • Extract Aadhaar Number, Full Name, Date of Birth and Gender from Aadhaar Image using OCR.

About

Python module to validate and extract Indian Mobile, Aadhaar, GST, PAN, etc.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages