Skip to content

alvingeo/urlreader

Repository files navigation

Image Link & Barcode Reader

Paste or drop a flyer or screenshot. This tiny web app highlights QR codes, barcodes, URLs, emails, phones, and simple street-style addresses so you can copy or open them—plus the full OCR text in one place.

App preview

Live demo: https://tool.smartaitower.com

Why it exists

Phones do not always let you tap text inside an image. This runs entirely in your browser (no upload server) and uses ZXing for codes and Tesseract.js for text layout.

Run locally

npm install
npm run dev

Then open the URL shown in the terminal (usually http://localhost:5173).

npm run build   # production bundle
npm run preview # serve dist locally

Stack

Vite, React, TypeScript, @zxing/browser, tesseract.js.

License

MIT — see LICENSE.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors