π QR Code Reader App v1.0.0
β¨ What's New
- Complete QR Code Reader Application - First stable release
- Web Interface - Beautiful, responsive web application
- Command Line Tool - CLI for quick QR code decoding
- API Endpoints - RESTful API for programmatic access
- Railway Deployment - Live deployment ready
π Key Features
- πΌοΈ Image Upload: Support for PNG, JPG, JPEG, GIF, BMP, and TIFF formats
- π QR Code Detection: Advanced detection using OpenCV and zxing-cpp
- π Web Interface: Drag-and-drop file upload with modern UI
- π» CLI Tool: Command-line interface for batch processing
- π Smart Detection: Automatic detection of URLs, emails, phone numbers
- π Copy to Clipboard: Easy copying of decoded content
- π API: RESTful API endpoints for integration
π Live Demo
Visit the live application: https://qr-scanner-app-production.up.railway.app/
π¦ Quick Start
git clone https://github.com/ArmanShirzad/qrRobust-scanner.git
cd qrRobust-scanner
pip install -r requirements.txt
python app.py