Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.01 KB

File metadata and controls

41 lines (27 loc) · 1.01 KB

LENSTEXT — OCR Image Uploader

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.

Tech Stack

Features

  • Drag & drop or click-to-browse image/PDF upload
  • Extracted text preview panel
  • Search across extracted results
  • Export as .txt or .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.

Getting Started

Install dependencies

npm install

Run the development server

npm run dev

Open http://localhost:3000 in your browser.

License

Licensed under the MIT license.