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.
Live demo: https://tool.smartaitower.com
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.
npm install
npm run devThen open the URL shown in the terminal (usually http://localhost:5173).
npm run build # production bundle
npm run preview # serve dist locallyVite, React, TypeScript, @zxing/browser, tesseract.js.
MIT — see LICENSE.
