Skip to content

Latest commit

 

History

History
67 lines (42 loc) · 1.37 KB

README.md

File metadata and controls

67 lines (42 loc) · 1.37 KB

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

Prerequisites

  • Node.js (v20.12.2)

Installation Steps

  1. Clone the Repository

    git clone https://github.com/arjun897babu/adhaar-ocr-scanner.git
  2. 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
  3. Setup Backend

    cd .\back-end\
    
    npm install
    
    npm run dev
  4. Setup Frontend

    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