CoolFace
Apppublic

belakkiya24/Idscan

sourceHugging Faceupdated 6d agoView on Hugging Face
0likes
App README

Student ID Card Scanner

Scan a student ID card with your camera or by uploading a photo. Uses Tesseract.js for OCR (runs fully in the browser) and lets you export all scanned records to an Excel file (SheetJS).

How to use

  1. 1.Open the Space.
  2. 2.Either click Start Camera and Scan ID Card, or use Upload ID Card.
  3. 3.Detected fields (Name, Register Number, Course, Department, Year) appear below and get added to the records table.
  4. 4.Click Download Excel to export all scanned records.

No backend/server code is needed — everything (camera access, OCR, and the Excel export) runs client-side in index.html.