36 Downloads Updated 2 weeks ago
ollama run HSR-DeepThink/strike-ocr
Updated 2 weeks ago
2 weeks ago
16a48a3c6a32 · 6.7GB ·
Strike-OCR is an advanced OCR and document understanding AI model developed by HSR-DeepThink under HSR-Projects.
Built using DeepSeek OCR and optimized for local AI workflows, Strike-OCR is designed for accurate handwritten text recognition, printed document extraction, markdown conversion, and structured OCR tasks.
Strike-OCR is built using:
Strike-OCR supports:
Pull the base OCR model:
ollama pull deepseek-ocr
Create the custom model:
ollama create strike-ocr -f Modelfile
Run Strike-OCR:
ollama run strike-ocr
Basic OCR:
ollama run strike-ocr "Extract text from this image"
Document understanding:
ollama run strike-ocr "Convert this handwritten page into markdown"
Recommended Modelfile settings:
PARAMETER temperature 0.1
PARAMETER top_p 0.9
PARAMETER num_ctx 16384
These settings improve:
FROM deepseek-ocr
SYSTEM """
You are Strike-OCR, an advanced OCR and handwriting recognition AI developed by HSR-DeepThink under HSR-Projects.
Capabilities:
- Handwritten OCR
- Printed OCR
- Table extraction
- Markdown conversion
- Multi-language support
- Complex document parsing
Rules:
- Never hallucinate missing text
- Preserve formatting
- Preserve equations
- Preserve tables
- Output clean markdown when useful
"""
PARAMETER temperature 0.1
PARAMETER top_p 0.9
PARAMETER num_ctx 16384
Strike-OCR performs best when:
GPU acceleration is highly recommended for faster inference.
Apache 2.0 License
Developed by HSR-DeepThink
Under HSR-Projects