QR कोड रीडर क्या करता है
QR code एक 2D barcode है जो किसी भी text — एक URL, एक Wi-Fi password, एक contact card, एक payment link — को black और white modules के square pattern में encode करने के लिए design किया गया है। एक reader image को लेता है और इसे वापस original text में decode करता है। Microapp QR कोड रीडर यह entirely आपके browser में करता है: एक image upload करें (या online किसी की URL paste करें), और decoded text तुरंत appear होता है।
कोई app install नहीं, कोई camera permission नहीं, कोई account नहीं। Image locally process होती है — कभी आपके device से बाहर नहीं जाती।
इसे कैसे use करें
- Drag और drop करें एक QR code image (PNG, JPG, GIF, WebP) page पर, या अपने device से file pick करने के लिए upload button click करें।
- Tool इसे तुरंत decode करता है और output box में result दिखाता है।
- अगर decoded content एक URL है, तो आप उसके बगल में "Open link" button देखेंगे। अगर यह Wi-Fi network है, तो आप SSID और password fields separately broken out देखेंगे।
- Result को clipboard पर डालने के लिए "Copy" click करें।
किस तरह के QR codes होते हैं
QR codes अपने largest version में लगभग 4,000 characters of text hold कर सकते हैं। सबसे common types जो आप encounter करेंगे:
| QR type | क्या contains करता है | Common use |
|---|---|---|
| URL | http:// या https:// से शुरू होने वाला एक web link | Restaurant menus, marketing posters, print ads से links |
| Plain text | ~4KB तक कोई भी text | Notes, instructions, कुछ भी text-based |
| Wi-Fi | Network name, password, security type | Cafés, hotels, conference venues पर guest Wi-Fi |
| vCard / MeCard | Contact card (name, phone, email, etc.) | Business cards, conference badges |
| SMS / Email | एक number या address को pre-filled message | Customer support, feedback forms |
| Payment | Merchant details के साथ UPI / PIX / Pay link | Mobile-first payments (खासकर India और Brazil) |
| Calendar event | Title, date, location, description | Event invites, save-the-date posters |
जब QR Codes decode करने में fail होते हैं
Image बहुत small। Decoder को हर module clearly see करने के लिए enough resolution चाहिए। अगर आपकी image ~150×150 pixels से कम है, decode rates sharply drop हो जाती हैं।
Damaged या partially obscured। QR codes में built-in error correction होता है (level के हिसाब से 15-30% redundancy) — पर अगर damage threshold से ज़्यादा है, तो code unrecoverable है।
Glare, blur या extreme angle। Reader को सभी चार corner squares clearly देखने चाहिए।
Custom-styled QR codes। कुछ marketing QR codes logos embed करते हैं या unusual colors use करते हैं।
Scan किए बिना QR Code क्यों पढ़ें?
Phone cameras उन QR codes के लिए convenient हैं जो आप physical world में encounter करते हैं — पर बहुत सारे QR codes images के रूप में रहते हैं: PDFs में, screenshots में, email attachments में, slides में, web pages पर। एक web-based reader तब सही tool है जब:
- आपको QR code एक image attachment के रूप में मिला और आप उसे print नहीं करना चाहते बस scan करने के लिए।
- आप URL open करने से पहले देखना चाहते हैं कि QR code क्या contains करता है (खासकर unknown senders से QR codes के लिए smart — QR के through phishing real category है)।
- आप अपने marketing materials test कर रहे हैं और verify करना चाहते हैं कि encoded content आपके intent से match होता है।
- आपका phone camera code recognize नहीं कर पा रहा, पर आप image disk पर save कर सकते हैं।
संबंधित Tools
Text से QR code generate करना है, read नहीं? वो inverse tool है (हम अभी ship नहीं करते — request करें)। Binary-encoded data के other forms के साथ काम करने के लिए, Base64 Encoder/Decoder try करें। URL open करने से पहले inspect करने के लिए, URL Encoder/Decoder hidden parameters reveal कर सकता है।