Skip to main content

extracts Aadhaar and extracts Pan information

Project description

Description: This script extracts Aadhaar and extracts Pan information from the image uploaded by consumer. The result is returned as a json object.

Installation This library requires Python 3.6+ to run. As well as you also need to install tesseract on your system. If you have Linux based system just run:

use this line for Linux sudo apt install tesseract-ocr

for windows use

download tesseract software

'https://github.com/UB-Mannheim/tesseract/wiki'

Then pytesseract.pytesseract.tesseract_cmd = r'C:\Program Files\Tesseract-OCR\tesseract'

For Mac OS

install brew

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

#install brew in tesseract

brew install tesseract

#list tesseract

brew list tesseract

this is list-->

/usr/local/Cellar/tesseract/4.1.1/bin/tesseract

/usr/local/Cellar/tesseract/4.1.1/bin/tesseract this line use for code pytesseract.pytesseract.tesseract_cmd = r'/usr/local/Cellar/tesseract/4.1.1/bin/tesseract'

Install the package.

pip install aadhar-pan-extractor Then Import the package.

from aadhar_pan_extractor import Pan_Info_Extractor,Aadhar_Info_Extractor Create an instance of the extractor.

this line use only for aadhar information extractor = Aadhar_Info_Extractor()

this line use only for pan information extractor = Pan_Info_Extractor() Pass the image to the extractor to get the results.

extractor.info_extractor('/content/pan test.jpeg') This will return a result as following:

{ "Aadhar_number": "4382 5165 5729", "Address": "NAN", "DOB": "01/01/2003", "Gender": "Male", }

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aadhar_pan_extractor-0.0.2.tar.gz (5.2 kB view details)

Uploaded Source

File details

Details for the file aadhar_pan_extractor-0.0.2.tar.gz.

File metadata

  • Download URL: aadhar_pan_extractor-0.0.2.tar.gz
  • Upload date:
  • Size: 5.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.5

File hashes

Hashes for aadhar_pan_extractor-0.0.2.tar.gz
Algorithm Hash digest
SHA256 94bb138dceb424b28a01528f0a048d7b687a72e6c747873779800daa3bf151d7
MD5 30c8b465f0d1142456d027c513276bc4
BLAKE2b-256 0ae26eb56c98a8df4e95e6838597c9ad63763726a256b65e4270d0b7f03e022f

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page