Tag
A team used AI to automate a manual document sorting process, reducing labor from 50-70 hours to 3-5 hours per month by grouping scanned pages into documents and generating PDFs.
Baidu's open-source Unlimited OCR model proposes the Reference Sliding Window Attention (R-SWA) mechanism, achieving continuous parsing of dozens of pages with 3 billion parameters, gaining high attention on GitHub and HuggingFace.
Verify announces on-device field extraction, enabling secure document data extraction even when offline.
PyMuPDF 1.28 adds first-class Markdown support, allowing PDF creation from Markdown text with CSS control.
Parsewise is a YC-backed API that transforms unstructured documents into schema-compliant data with traceable lineage, enabling AI reasoning across documents.
TurboOCR v3 is a self-hosted, high-speed OCR server that achieves ~520 images per second on an RTX 5090 using PP-OCRv6 models, with new structured parsing for tables and formulas.
Mistral Devs published a tutorial on building a medical document processing workflow using Mistral OCR, Agents, and Workflows, including a human-in-the-loop step for low-confidence classifications.
olmOCR is an open-source OCR tool from Ai2 that converts PDFs, scans, and images into clean Markdown, designed to prepare documents for LLM pipelines by preserving reading order and handling complex layouts.
LlamaIndex has released v5 and v6 of the LlamaParse Platform community node for n8n, now officially verified, providing document parsing, classification, splitting, extraction, and retrieval capabilities that can be used as tools for AI agents.
Hyper-Extract is an Apache 2.0 open-source tool that converts unstructured documents into structured knowledge bases, supporting knowledge graphs, time-series data, and spatial information, enabling high-accuracy AI queries.
This tweet summarizes 6 open-source tools covering PDF to markdown, document understanding, OCR, paper translation, and automatic literature review, aiming to streamline document workflows.
MinerU is a free, open-source tool that extracts text, tables, and equations from PDFs and scanned documents, supporting 109 languages and batch processing, saving hours of manual work.
A comparison of on-prem document processing tools—Docling, Liteparse, Mineru, and Unstructured—for university use, evaluating their suitability for local deployment.
Baidu has released Unlimited-OCR, which processes entire documents in a single pass without chunking, overcoming a major limitation of current OCR technology.
Vik Paruchuri is open-sourcing a 9B model that extracts structured data from documents with near-frontier performance (90.2% on their benchmark, vs Gemini 3.5 Flash at 91.3%).
Hyper-Extract is an open-source framework that converts messy documents into typed knowledge structures, supporting multiple graph architectures like GraphRAG, LightRAG, and KG-Gen, with 10+ extraction engines and 80+ YAML templates for various domains.
Typst 0.15, a major release of the open-source typesetting system, introduces support for variable fonts, MathML export, multi-file output, multiple bibliographies, and multiple PDF standards, along with improved documentation and diagnostics.
PP-OCRv6 is a new open-source OCR model series from Baidu's PaddleOCR, available in Tiny/Small/Medium sizes with excellent accuracy and speed, beating several commercial models.
DeepSeek-OCR is a 3B vision model using context optical compression for efficient document processing. Fine-tuning it on Persian text using Unsloth achieved an 88.26% improvement in character error rate, all open-source and runnable on a single GPU.
A developer shares lessons from building a local document-to-JSON extractor using llama3.2 3B on Ollama, highlighting that deterministic post-processing and schema-constrained outputs matter more than model size, while seeking feedback on hallucination and context truncation issues with long documents.