- python3
- opencv-python
- pyzbar
sudo pip3 install opencv-python pyzbar
For one qr code image:
python3 qrcan.py demo.png
If you have more than one qr code images, copy/move all the qr code images in one folder then provide the path to qrcan.py
python3 qrcan.py ./demo/path/
sudo bash install.sh
For one qr code image:
qrcan demo.png
If you have more than one qr code images, copy/move all the qr code images in one folder then provide the path to qrcan.py
qrcan ./demo/path/