backend.components.camera_verification.qrcode
QR Code
Handles the generation and decoding of QR codes for worker verification.
Directory Structure
qrcodeService.py
- QR Code Generation: Creates unique QR codes for workers.
- QR Code Decoding: Decodes scanned QR codes to extract worker information.
1''' 2# QR Code 3 4 5Handles the generation and decoding of QR codes for worker verification. 6 7 8## Directory Structure 9 10#### `qrcodeService.py` 11- **QR Code Generation**: Creates unique QR codes for workers. 12- **QR Code Decoding**: Decodes scanned QR codes to extract worker information. 13 14'''