A minimal OCR web app for extracting text from images and PDFs. Built with Next.js and HeroUI. Currently deployed as a UI-only prototype.
- Next.js (App Directory)
- HeroUI v3
- Tailwind CSS
- TypeScript
- Drag & drop or click-to-browse image/PDF upload
- Extracted text preview panel
- Search across extracted results
- Export as
.txtor.pdf - Dark-themed UI with responsive layout
Note: This is currently a UI-only deployment. OCR processing and backend integration are not yet active. It's still on going.
npm installnpm run devOpen http://localhost:3000 in your browser.
Licensed under the MIT license.