# 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
Clone the Repository
git clone https://github.com/arjun897babu/adhaar-ocr-scanner.git
Environment Configuration
Create a .env
file in the /back-end directory
port=3001
origin=http://localhost:3000
host=localhost
Create a .env
file in the /front-end directory
VITE_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
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)