ehn-sign-verify-python-trivial
ehn-sign-verify-python-trivial copied to clipboard
QRdecode not exist
Hi all, QRDECODE is not present on OSX Big Sur and cannot install with "brew install qrdecode". Any idea how pass a QRcode image png value to script? Thanks
I'm not an eagle, but moving first steps. You can use zbarimg. Something like: sudo apt-get update sudo apt-get install zbar-tools Then, do: zbarimg "mypic. jpg" > output. txt.
Then: cat output.txt | python3 hc1_verify. py -v -i -p - A (or what you like). That's all. Bye.
Yes - that is exactly right.