Eric-Canas/QReader
A Python library that uses YOLOv8 object detection to read difficult or tricky QR codes in images.

Velocity · 7d
+0.3
★ / day
Trend
→steady
collecting data…
star history
QReader combines a YOLOv8-based QR detector model with Pyzbar decoding to maximize QR reading success on difficult images. The YOLOv8 detector locates and segments QR codes in images, then preprocessing techniques are applied before passing data to a traditional QR decoder to handle tricky cases that standard libraries cannot handle.