ehn-sign-verify-python-trivial icon indicating copy to clipboard operation
ehn-sign-verify-python-trivial copied to clipboard

QRdecode not exist

Open lucaele opened this issue 3 years ago • 2 comments

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

lucaele avatar Jul 19 '21 00:07 lucaele

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.

Dukem57 avatar Dec 02 '21 22:12 Dukem57

Yes - that is exactly right.

dirkx avatar Dec 03 '21 10:12 dirkx