QR 与条码解码器
使用 zxing-js 从图片解码 QR Code 与条码,实时且不上传。
100% client-side
Pick an image to begin.
How to use
- Pick an image containing a QR code or barcode.
- Click Decode.
- Copy the decoded value.
Related tools
常见问题
- Does my image leave my device?
- No. Decoding uses the browser BarcodeDetector API entirely on-device.
- Which formats are supported?
- QR codes, EAN-13, UPC, Code 128, PDF417, Data Matrix, and more — anything your browser BarcodeDetector implements.
- What if my browser does not support BarcodeDetector?
- Some browsers (Firefox, Safari) do not yet ship BarcodeDetector. We show a clear message and link to alternatives.
Last updated: By jarvisbox