Allows users to capture images using the camera or select images from the gallery, preview them, upload them to the backend, and view OCR and transliteration results. aksh/ ├── backend/ │ ├── app/ │ │ ...
bsnl_assistant/ ├── bridge/ │ ├── index.js ← WhatsApp Node.js bridge │ └── package.json ├── backend/ │ ├── app.py ← Flask API server │ ├── requirements.txt │ ├── database/ │ │ └── schema.py ...