What is DeepSeek OCR?
DeepSeek OCR provides optimized batch processing for multi-page PDFs, processing all pages in a single batch for better performance.Usage
Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
model_name | str | "deepseek-ai/DeepSeek-OCR" | DeepSeek model identifier |
temperature | float | 0.0 | Sampling temperature for generation |
max_tokens | int | 8192 | Maximum tokens per request |
Features
- Batch Processing: Processes multiple PDF pages in a single batch
- High Accuracy: Leverages advanced language models for text extraction
- Multi-page Support: Optimized for multi-page document processing

