Skip to content
/ qrd Public
forked from vsergeev/qrd

Simple QR Code decoder written in Python

Notifications You must be signed in to change notification settings

cncg51/qrd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

QR Decoder
Supports QR code versions 1-40 containing numeric, alphanumeric, or 8-bit
byte data. BCH and Reed-Solomon error correction not implemented.

Note: the image processing is rudimentary. It detects the image origin by
the first black pixel encountered starting from the top-left corner. It
detects the bit pixel width by doing a horizontal and vertical scan from the
origin and finding the smallest run of black pixels. It detects the image
width by finding the last black pixel on a horizontal scan starting from the
origin, and the QR size by dividing this width by the bit pixel width.
This is suitable for online generated pixel perfect QR codes, but may need
some help (pre-processing) for less perfect images.

About

Simple QR Code decoder written in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%