An open API service indexing awesome lists of open source software.

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

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

![App Screenshot - Home Page](./server/public/screenshots/Screen1.png)

![App Screenshot - Home Page](./server/public/screenshots/Screen2.jpg)

## 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)