🪟 Windows TippsBitwarden 2026.9 Server Archiv - Deskmodder.de(17.09.2026 um 09:51 Uhr)
🪟 Windows TippsBitwarden 2026.9 Server Archiv - Deskmodder.de(17.09.2026 um 09:51 Uhr)
🔧 Programmierung 🕛 vor 1 Jahr 2 Min Lesezeit
0

Ollama-OCR for High-Precision OCR with Ollama

↗ Quelle (dev.to)
🗣️ Stimme:
📑 Inhaltsübersicht

Llama 3.2-Vision is a multimodal large language model available in 11B and 90B sizes, capable of processing both text and image inputs to generate text outputs. The model excels in visual recognition, image reasoning, image description, and answering image-related questions, outperforming existing open-source and closed-source multimodal models across multiple industry benchmarks.






Llama 3.2-Vision Examples






Handwriting





In this article I will describe how to call the Llama 3.2-Vision 11B modeling service run by Ollama and implement image text recognition (OCR) functionality using



Output:

The Llama 3.2-Vision collection of multimodal large language models (LLMs) is a collection of instruction-tuned image reasoning generative models in 118 and 908 sizes (text + images in / text out). The Llama 3.2-Vision instruction-tuned models are optimized for visual recognition, image reasoning, captioning, and answering general questions about an image. The models outperform many of the available open source and closed multimodal models on common industry benchmarks.






2. Markdown Output






CODE
import { ollamaOCR, DEFAULT_MARKDOWN_SYSTEM_PROMPT } from "ollama-ocr";

async function runOCR() {
const text = await ollamaOCR({
filePath: "./trader-joes-receipt.jpg",
systemPrompt: DEFAULT_MARKDOWN_SYSTEM_PROMPT,
});
console.log(text);
}






Input Image:





ollama-ocr is using a local vision model, if you want to use the online Llama 3.2-Vision model, try the llama-ocr library.

Vollständiger Original-Artikel
Den kompletten Beitrag mit allen Details direkt auf dev.to lesen.
↗ Original-Artikel auf dev.to lesen
Wie bewertest du diesen Beitrag?
1 Klick Feedback
Teilen mit Netzwerk & Team:

Community-Analysen & Experten-Meinungen 0

Verfasse deine eigene Analyse, teile Workarounds oder diskutiere diesen Vorfall im Blog.
Noch keine Community-Analyse verfasst. Markiere einen Textabschnitt oder klicke oben auf Eigene Analyse verfassen“!
Community Pulse: Relevanz-Einschätzung
1 Klick Experten-Votum
🔴 Akute Relevanz 0%
🟡 In Evaluierung 0%
🟢 Keine Auswirkung 0%
Spannende Innovation 0%
Verwandte Story-Cluster & Quellen (Vektor-KI)
Port 8095 Engine
1 Quelle
I Tried All The Best Doorbells
1 Quelle
Update für Bezel: Screenshots bekommen mehr als nur einen hübschen Rahmen
1 Quelle
Apple TV docuseries ‘Knife Edge: Chasing Michelin Stars’ debuts September 25th
Ähnliche Beiträge
🔍 Verwandte News

Auch interessante Nachrichten Ollama-OCR for High-Precision OCR with Ollama

Thematisch verwandte Begriffe: OllamaOCR, HighPrecision, with Ollama · 6 Treffer

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...