Giter Site home page Giter Site logo

awgp-aadhar-pan-extractor's Introduction

awgp-aadhar-pan-extractor

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 awgp-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", }

awgp-aadhar-pan-extractor's People

Contributors

deepakschauhan avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.