deepseek-ocr

DeepSeek-OCR is a vision-language model that can perform token-efficient OCR.

Görüntü 3b
Hızlı Kurulum (Ollama kuruluysa)
ollama run deepseek-ocr

Ollama kurulu değil mi? ollama.com/download — Windows, macOS ve Linux için ücretsiz. İlk çalıştırmada model indirilir, sonrası tamamen çevrimdışıdır.

Varyantlar

Boyut büyüdükçe kalite artar, donanım ihtiyacı yükselir. Başlangıç için küçük varyantı deneyin.

EtiketBoyutBağlamGirdiKomut
latest 6.7GB 8K Text, Image ollama run deepseek-ocr:latest
3b 6.7GB 8K Text, Image ollama run deepseek-ocr:3b
3b-bf16 6.7GB 8K Text, Image ollama run deepseek-ocr:3b-bf16

Model Detayları ve Benchmarklar (kaynak: ollama.com)

DeepSeek-OCR requires Ollama v0.13.0 or later.

DeepSeek-OCR is a vision-language model that can perform token-efficient optical character recognition (OCR).

fig1.png

Example inputs

Please note, the model is sensitive to its input. For example, a missing punctuation or new line may cause an improper output.

ollama run deepseek-ocr "/path/to/image\n<|grounding|>Given the layout of the image."
ollama run deepseek-ocr "/path/to/image\nFree OCR."
ollama run deepseek-ocr "/path/to/image\nParse the figure."
ollama run deepseek-ocr "/path/to/image\nExtract the text in the image."
ollama run deepseek-ocr "/path/to/image\n<|grounding|>Convert the document to markdown."

Examples

show1.jpg

show2.jpg

show3.jpg

show4.jpg

References