Vox Jot – OCR Verified
Collection
Curated on-device OCR models verified for Vox Jot. Image-to-text and document scanning models optimized for local inference on-device. • 11 items • Updated
How to use IrieDinamik/ocr-deepseek-ocr-2 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("feature-extraction", model="IrieDinamik/ocr-deepseek-ocr-2", trust_remote_code=True) # Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("IrieDinamik/ocr-deepseek-ocr-2", trust_remote_code=True, dtype="auto")This repository is an app-managed mirror for Vox Jot. It preserves upstream lineage so the desktop app can download OCR model files anonymously and reproducibly.
upstream-notices/.DeepSeek-OCR 2.