Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arjun897babu/adhaar-ocr-scanner
AadhaarScan simplifies data extraction from your Aadhaar card.Just upload the front and back images, and our app uses OCR technology to accurately capture and generate key data from your Aadhaar card in seconds.
https://github.com/arjun897babu/adhaar-ocr-scanner
axios express multer node reactjs tailwind tessseract typescript
Last synced: about 1 month ago
JSON representation
AadhaarScan simplifies data extraction from your Aadhaar card.Just upload the front and back images, and our app uses OCR technology to accurately capture and generate key data from your Aadhaar card in seconds.
- Host: GitHub
- URL: https://github.com/arjun897babu/adhaar-ocr-scanner
- Owner: arjun897babu
- Created: 2024-11-09T18:19:30.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-20T21:52:33.000Z (3 months ago)
- Last Synced: 2024-11-20T22:57:08.228Z (3 months ago)
- Topics: axios, express, multer, node, reactjs, tailwind, tessseract, typescript
- Language: TypeScript
- Homepage: https://adhaar-ocr-frontend.vercel.app/
- Size: 2.83 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Aadhaar OCR Scanner
AadhaarScan simplifies data extraction from your Aadhaar card.Just upload the front and back images, and our app
uses OCR technology to accurately capture and generate key data from your Aadhaar card in seconds build with
**MERN**- [Tesseract.js](https://tesseract.projectnaptha.com/)### Live Link : [https://adhaar-ocr-frontend.vercel.app/](https://adhaar-ocr-frontend.vercel.app/)
### Prerequisites
- Node.js (v20.12.2)
### Installation Steps
1. **Clone the Repository**
```bash
git clone https://github.com/arjun897babu/adhaar-ocr-scanner.git
```2. **Environment Configuration**
Create a `.env` file in the /back-end directory
```env
port=3001
origin=http://localhost:3000
host=localhost
```Create a `.env` file in the /front-end directory
```env
VITE_API_URI=http://localhost:3001
```3. **Setup Backend**
```bash
cd .\back-end\npm install
npm run dev
```5. **Setup Frontend**
```bash
cd .\front-end\npm install
npm run dev
```## Contributing
1. Fork the repository
2. Create your feature branch (`git checkout -b feature/AmazingFeature`)
3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request##