Here , I developed Aadhaar Card Details Extractor using OCR. It will extract information like Photo, Name, Birth, Gender, Aadhaar Number.
Despite ENTC student, I explored into Machine Learning and got interested in it, started learning through various Youtube Channels. One day I got this idea about extracting information from Aadhaar Card using OCR can save lots of time and this led me to implement it
The Code is written in Python 3.7. If you don't have Python installed you can find it here. If you are using a lower version of Python you can upgrade using the pip package, ensuring you have the latest version of pip. To install the required packages and libraries, run this command in the project directory after cloning the repository:
-
Download necessary files
a) Download Repositary Link
b) Download WampServer Link
c) Install WampServer, open phpmyadmin and create Database named 'aadhaar_card_details'
-
Locate repository
cd Aadhaar-Card-Details-Extractor-using-OCR
-
Install requirements.txt
pip install -r requirements.txt
-
Run run.py
python run.py
Extracting Address
