This repository contains a Python script for detecting and decoding QR codes from image files. It utilizes the OpenCV library for image processing and QR code detection.
- Python 3.x
- OpenCV (
cv2) - NumPy (
numpy)
You can install the required dependencies using pip:
pip install opencv-python-headless numpy