Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 389 Bytes

File metadata and controls

13 lines (10 loc) · 389 Bytes

QR Code Detection and Decoding

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.

Prerequisites

  • Python 3.x
  • OpenCV (cv2)
  • NumPy (numpy)

Installation

You can install the required dependencies using pip:

pip install opencv-python-headless numpy