Spaces:
Running
Running
| # CPU-Optimized Configuration for Laptop | |
| # Copy this to .env for CPU-only setup | |
| # DeepSeek OCR Configuration | |
| DEEPSEEK_OCR_MODEL=deepseek-ai/DeepSeek-OCR | |
| DEEPSEEK_OCR_DEVICE=cpu | |
| DEEPSEEK_OCR_MAX_TOKENS=256 | |
| DEEPSEEK_OCR_TEMPERATURE=0.1 | |
| # CPU Performance Tips: | |
| # - Use smaller images (max 1024x1024 pixels) | |
| # - Process one image at a time | |
| # - Close other applications to free up RAM | |
| # - Consider using a smaller model if available | |