Tag: #ocr
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 7 posts
The Block-Level Confidence Scores in Mistral OCR 4.1 — The Value That Decides Where People Go in a Document Pipeline
Mistral released OCR 4.1 with paragraph-level bounding boxes, structural block labels, and block-level confidence scores. For anyone who has built a document pipeline, the third one is what matters, because confidence sc
2026-08-14 · 6 min read #ocr#document-ai#data-pipeline#human-in-the-loop#cost-optimizationVision and Multimodal: Image Understanding, OCR, and VLMs
Vision models are not one category. Conversational VLMs, dedicated OCR, document structuring, and image retrieval embeddings are different objects and do not substitute for one another. This post organizes the card value
2026-08-12 · 7 min read #ai#huggingface#open-source-llm#vision-language-model#ocrOCR and Document Understanding Technical Reports: What to Read, and Why Parsing Is Not Finished
Ten OCR and document understanding technical reports, each verified by opening the arXiv abstract page directly. From Donut and Nougat through GOT-OCR2.0, olmOCR, DeepSeek-OCR and its successor, GLM-OCR, Qianfan-OCR, Min
2026-08-12 · 7 min read #ai-papers#paper-review#technical-report#ocr#document-aiRunning Small Models Hands-On with a Single RTX 5090 — microGPT, OCR, Music Generation
I SSHed into a single RTX 5090 (Blackwell, 32GB) and ran a trio of small models by hand. I trained a char-level GPT from scratch in 28 seconds (10.75M parameters, 1.17M tokens/s), pitted a dedicated OCR model (TrOCR) aga
2026-07-11 · 8 min read #pytorch#gpu#llm#ocr#hands-onDocument AI / OCR in 2026 — Mistral OCR / Marker / Surya / LlamaParse / Docling / OlmoOCR Deep Dive
Document AI in 2026 is no longer "extract text with Tesseract." Purpose-built APIs like Mistral OCR (March 2025), open-source PDF-to-Markdown engines like Marker / Surya / Docling / OlmoOCR, pretrained document models li
2026-05-15 · 19 min read #ocr#document-ai#pdf#mistral-ocr#markerThe Complete Guide to Multimodal LLMs: Vision, Document Understanding, OCR, Video, Audio, and the Specifics of Korean (2025)
The text-only era is over. In 2025, LLMs handle images, documents, video, and audio naturally. GPT-4o/Claude 3.5/Gemini/Qwen2-VL/Pixtral compared, Document AI and layout understanding, the modernization of OCR, video and
2026-04-15 · 14 min read #multimodal#vision-llm#document-ai#ocr#whisperDocument Parsing Technology Guide: PDF Parsing, OCR, Layout Analysis, and LLM-Based Extraction Pipeline
A comprehensive guide covering PDF parsing libraries (PyMuPDF, pdfplumber), OCR engines (Tesseract, EasyOCR, PaddleOCR), layout analysis models (LayoutLM, DiT, Donut), table extraction, LLM-based multimodal document unde
2026-03-13 · 26 min read #llm#document-parsing#pdf#ocr#layout-analysis