The Python Webcam Scanner Project is a lightweight yet powerful tool that transforms your webcam into a real-time document and QR code scanner.
It automatically detects, scans, and saves documents or codes with precision — perfect for students, developers, and professionals who want a fast, reliable, and offline scanning solution.
- 🐍 Python — Core programming language
- 🧩 OpenCV — For real-time image & document detection
- 🧠 NumPy — For image processing operations
✅ Real-time document scanning via webcam
✅ QR code and barcode detection
✅ Auto edge detection & perspective correction
✅ Image enhancement filters
✅ Simple and responsive GUI interface
✅ Save scanned results instantly
# Clone this repository
git clone https://github.com/MuhammadHamzaDS/Python_Webcam_Scanner_Project.git
# Navigate into project directory
cd Python_Webcam_Scanner_Project
# Install required dependencies
pip install -r requirements.txt
# Run the application
python scanner.py