https://github.com/ananthuspace/aadhar-ocr-system
The OCR Aadhar Card Details Extraction System is a tool designed to extract essential information from Aadhar cards, including Name, Date of Birth, Gender, Pincode, and Aadhar Number. Users can upload the front and back sides of their Aadhar card, and the system processes the images using advanced OCR technology to accuratel
https://github.com/ananthuspace/aadhar-ocr-system
git multer nginx nodejs reactjs tailwindcss tesseractjs typescript
Last synced: 2 months ago
JSON representation
The OCR Aadhar Card Details Extraction System is a tool designed to extract essential information from Aadhar cards, including Name, Date of Birth, Gender, Pincode, and Aadhar Number. Users can upload the front and back sides of their Aadhar card, and the system processes the images using advanced OCR technology to accuratel
- Host: GitHub
- URL: https://github.com/ananthuspace/aadhar-ocr-system
- Owner: AnanthuSpace
- Created: 2024-11-30T11:44:22.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-22T04:54:19.000Z (over 1 year ago)
- Last Synced: 2025-03-28T20:47:43.977Z (about 1 year ago)
- Topics: git, multer, nginx, nodejs, reactjs, tailwindcss, tesseractjs, typescript
- Language: TypeScript
- Homepage: https://aadhar-ocr-system.vercel.app
- Size: 10 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OCR Aadhar Card Details Extraction System
The OCR (Optical Character Recognition) system is designed to efficiently extract essential details from Aadhar cards, including:
Name
Date of Birth
Gender
Pincode
Aadhar Number
# How It Works:
Upload Process: Users can upload the front and back side of the Aadhar card directly to the system.
Backend Processing: Once uploaded, the data is transmitted to the backend for processing.
Data Extraction: The system utilizes advanced OCR technology to accurately extract the required details from the image.
Output: Extracted information is returned to the user in a structured format for easy access and use.
This system streamlines the process of obtaining critical information from Aadhar cards, making it quicker and more efficient for users.
Key Features:
User-friendly interface for easy uploads.
Accurate data extraction using state-of-the-art OCR technology.
Quick response time for data retrieval.
## Demo
[Live](https://aadharocrsystem.vercel.app/)
## Installation
Install my-project with npm
```bash
git clone https://github.com/AnanthuSpace/aadhar-ocr-system
```
## Screenshots


## Run Locally
Clone the project
```bash
git clone https://github.com/AnanthuSpace/aadhar-ocr-system
```
Go to the project directory
```bash
cd aadhar-ocr-system/client
```
Install dependencies
```bash
npm install
```
Start the server
set up env
```bash
npm start
```
move to backend folder
```bash
cd ../server
```
set env for backend
```bash
npm start
```
## Environment Variables for the Front End
To run this project, you will need to add the following environment variables to your .env file
`REACT_APP_API_URL`
## Environment Variables for the Backend
`PORT`
## Authors
- [@AnanthuSpace](https://github.com/AnanthuSpace)