QR fixer written in python2/3
QR fixer part is standalone but for image to FQR conversion it requires Pillow (can be installed with easy_install), qrtools (on ubuntu there is a python-qrtools package) Using a file given in format of an NxN matrix where x or X is black . is white and * is unknown For example an fqr input where left side of qr code is destroyed from SECCON-14/qr-easy: ****************XX….XXXXXXX *****************.XXX.X…..X ****************XX.XX.X.XXX.X ****************X.X…X.XXX.X *****************XX.X.X.XXX.X *****************.X.X.X…..X ****************X.X.X.XXXXXXX ****************X…X…….. *****************XX.XX.XXXXX. ****************XX.X.X.X….X *****************X.X.X..XXXX. *****************XX..X.XXXXXX ******************.X…XXX… ******************..X.XX.X.X. ******************…XXXXXXX. […]
Read more