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
Live Link : https://adhaar-ocr-frontend.vercel.app/
- Node.js (v20.12.2)
-
Clone the Repository
git clone https://github.com/arjun897babu/adhaar-ocr-scanner.git
-
Environment Configuration
Create a
.env
file in the /back-end directoryport=3001 origin=http://localhost:3000 host=localhost
Create a
.env
file in the /front-end directoryVITE_API_URI=http://localhost:3001
-
Setup Backend
cd .\back-end\ npm install npm run dev
-
Setup Frontend
cd .\front-end\ npm install npm run dev
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a Pull Request