Error Handling
Error Handling
Common Errors
Error: CUDA not available
- Cause: CUDA driver issues or incompatible GPU
- Solution: Force CPU mode with
CUDA_VISIBLE_DEVICES=""
Error: Tesseract not found
- Cause: Tesseract OCR not installed
- Solution: Install with
apt-get install tesseract-ocrorbrew install tesseract
Error: DRM-protected files
- Cause: FileOpen or other DRM encryption
See sub-skills for full details.