A simple, client-side Image → Text converter using Tesseract.js.
🖱️ Drag & drop images or use the file picker, then extract editable text right in your browser.
🚫 No server required – everything runs locally!
- 🖼️ Drag & Drop or 📂 File Picker for image input
- ⚙️ OCR powered by Tesseract.js (runs in-browser)
- 🌐 Language selection: English, Hindi, Spanish, French (add more via language codes)
New to open source? Welcome, focused improvements are perfect. See the full workflow in CONTRIBUTING.md.
Quick start:
-
Fork this repo and create a branch from
mainExamples:
feat/batch-mode,fix/camera-permission,docs/readme-setup -
Pick a small task (or open an issue to propose one), make the change, and self‑test by opening
index.htmlin a modern browser -
Open a pull request using the template; describe what changed, why, test steps, and add screenshots for UI changes
Thanks for helping make this tool better for everyone!