Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 424 Bytes

read-qr-code-from-image.md

File metadata and controls

28 lines (25 loc) · 424 Bytes
aliases category classification date date_modified draft id image links local_archive_links pinned print series tags title type
read-qr-code-from-image
cli
public
2022-07-05 13:01:59 -0700
2022-07-05 13:01:59 -0700
false
20220705200159
false
false
qrcode
zbar
Read QR Code from Image
tech-note
# Install zbar:
sudo dnf install zbar

# Read and display QR code contents:
zbarimg <filename>