Files
qrbill/cmd
Michael Stapelberg 05d1f60c14 make format=txt display the textual QR code contents
This allows for easy comparison with QR codes extracted from PDFs:

pdfimages -png invoice.pdf invoice && \
  zbarimg --raw invoice*.png > code.txt
2022-07-17 09:19:41 +02:00
..