document-parsing

Tag

Cards List
#document-parsing

@jerryjliu0: We've built a new feature in LlamaParse that lets you automatically extract any complex form into a structured JSON out…

X AI KOLs Timeline · 2026-08-07 Cached

LlamaIndex introduces a new LlamaParse feature that automatically extracts complex form fields into structured JSON without requiring a predefined schema, simplifying document form processing.

0 favorites 0 likes
#document-parsing

PaDoc: Layout-Grounded Parallel Decoding for Document Parsing

Hugging Face Daily Papers · 2026-08-06 Cached

PaDoc introduces a layout-grounded parallel decoding method for end-to-end document parsers, decoupling layout and content decoding to reduce decoding depth and improve throughput. It achieves state-of-the-art results on OmniDocBenchFull and significantly speeds up inference compared to sequential baselines.

0 favorites 0 likes
#document-parsing

I compared MinerU, Granite-Docling, and PaddleOCR-VL on 12 PDF-parsing capabilities using 6 document types

Reddit r/LocalLLaMA · 2026-08-03

A developer benchmarks three PDF-parsing models (MinerU, Granite-Docling, PaddleOCR-VL) across six document types and twelve capabilities, finding MinerU drops footers unless its markdown is rebuilt while Granite-Docling outputs cleaner native markdown tables.

0 favorites 0 likes
#document-parsing

@jerryjliu0: We created a document OCR router that can estimate the complexity of every single page and parse it with the relevant m…

X AI KOLs Following · 2026-07-31 Cached

LlamaIndex introduces Parse Gateway, a page-level document OCR router that estimates each page's complexity and routes it to the appropriate parsing tier (LiteParse or LlamaParse), balancing cost, latency, and quality.

0 favorites 0 likes
#document-parsing

@jerryjliu0: We just released a LiteParse feature that allows image-to-pdf conversion to be natively handled in Rust, removing depen…

X AI KOLs Following · 2026-07-25 Cached

LiteParse is a fast, lightweight, open-source PDF parsing tool written in Rust, supporting image-to-PDF conversion natively and providing spatial text parsing with bounding boxes, available via multiple packages (Rust, Node.js, Python, WASM).

0 favorites 0 likes
#document-parsing

@jerryjliu0: We're parsing some of the hardest financial documents into clean, plaintext/structured outputs through a live webinar. …

X AI KOLs Following · 2026-07-22 Cached

Jerry Liu announces a live webinar on parsing complex financial documents using LlamaIndex to enable cleaner structured outputs for agentic workflows.

0 favorites 0 likes
#document-parsing

@jerryjliu0: One of the hardest parts of document parsing is getting granular attribution and bounding boxes. This lets you ground e…

X AI KOLs Following · 2026-07-22 Cached

LlamaParse now supports multi-layered bounding boxes (region, line, word) for granular document text attribution, improving auditability in invoices, research reports, and more.

0 favorites 0 likes
#document-parsing

DocOCR-Eval: A Correction-Based Framework for OCR Tool Selection Without Ground Truth

arXiv cs.LG · 2026-07-21 Cached

DocOCR-Eval proposes an annotation-free framework that uses a correction and ranking strategy to evaluate and select OCR tools without ground truth labels, showing that aggregating multiple multimodal large language models improves alignment with human rankings.

0 favorites 0 likes
#document-parsing

HPD-Parsing: Hierarchical Parallel Document Parsing

Hugging Face Daily Papers · 2026-07-21 Cached

HPD-Parsing introduces a hierarchical parallel decoding paradigm for VLM-based document parsing, replacing full-page autoregressive generation to achieve 4,752 tokens per second throughput (2.62x faster than prior models) while maintaining competitive accuracy.

0 favorites 0 likes
#document-parsing

OvisOCR2 (0.8B): first end-to-end model to top OmniDocBench - I threw 827 real scanned medical docs at it, here's everything I learned

Reddit r/LocalLLaMA · 2026-07-15

OvisOCR2 is a 0.8B end-to-end document-parsing VLM that tops the OmniDocBench leaderboard, outperforming pipeline OCR systems on real-world scanned medical documents with higher accuracy and efficiency.

0 favorites 0 likes
#document-parsing

OvisOCR2 Technical Report

Hugging Face Daily Papers · 2026-07-15 Cached

OvisOCR2 is a 0.8B parameter end-to-end document parsing model that converts document page images to Markdown, achieving state-of-the-art scores on public benchmarks through a combination of supervised fine-tuning, reinforcement learning, and model fusion.

0 favorites 0 likes
#document-parsing

OvisOCR2: a promising 0.8B local document parser

Reddit r/LocalLLaMA · 2026-07-13

OvisOCR2 is a new 0.8B end-to-end OCR model based on Qwen3.5-0.8B that converts full document pages directly into structured Markdown, including text, tables, formulas, and reading order. It achieves strong benchmark scores and is released under Apache 2.0 with vLLM support.

0 favorites 0 likes
#document-parsing

ATH-MaaS/OvisOCR2

Hugging Face Models Trending · 2026-07-13 Cached

OvisOCR2 is a compact 0.8B end-to-end model for page-level document parsing, achieving state-of-the-art performance on OmniDocBench and PureDocBench benchmarks.

0 favorites 0 likes
#document-parsing

Infinity-Parser2 Technical Report

arXiv cs.AI · 2026-07-10 Cached

The Infinity-Parser2 technical report presents a large multimodal model for end-to-end document parsing, featuring a scalable data synthesis pipeline and multi-task reinforcement learning. It achieves state-of-the-art results on multiple benchmarks while releasing open-source model variants and a 5-million-sample bilingual corpus.

0 favorites 0 likes
#document-parsing

@jerryjliu0: You don't need heavyweight VLMs to OCR simple text-only PDFs. Doing that is like bringing a bazooka to a knife-fight, a…

X AI KOLs Following · 2026-07-08 Cached

LlamaIndex announces improved routing in LlamaParse that selects lightweight parsing for simple text-heavy PDFs and heavier VLM-based parsing for complex pages with tables or charts, optimizing cost and accuracy.

0 favorites 0 likes
#document-parsing

@jerryjliu0: Fully solving document parsing includes covering every point on the Pareto curve of accuracy, cost, and latency: High-a…

X AI KOLs Timeline · 2026-06-30 Cached

Jerry Liu presents a framework for document parsing across accuracy, cost, and latency tradeoffs, introducing LiteParse as an open-source, low-latency parsing tool for AI agent loops, along with LlamaParse for high-accuracy modes.

0 favorites 0 likes
#document-parsing

@itsafiz: It really isn't an exaggeration! LiteParse clocks in at an average of 3ms per page for a reason: it skips the heavy AI …

X AI KOLs Following · 2026-06-27 Cached

LiteParse is a fast document parsing tool that runs locally, achieving ~3ms per page by skipping heavy AI and cloud overhead. It uses deterministic layout heuristics and selective OCR to output structured Markdown, making it ideal for real-time RAG pipelines and coding agents.

0 favorites 0 likes
#document-parsing

@thesupermanmx: China just open-sourced an OCR model that transcribes an entire book in a single pass. It's called Unlimited OCR. Built…

X AI KOLs Timeline · 2026-06-27 Cached

China open-sourced Unlimited OCR, an OCR model based on DeepSeek OCR that can transcribe entire books in a single pass with constant memory usage, achieving 93% on standard parsing benchmarks.

0 favorites 0 likes
#document-parsing

@BaiduAI_News: We’re open-sourcing Unlimited OCR — built to read long documents in one pass. With 3B total parameters and only 500M ac…

X AI KOLs Timeline · 2026-06-23 Cached

Baidu open-sources Unlimited OCR, a 3B parameter model (500M activated) that reads long documents in a single pass using Reference Sliding Window Attention (R-SWA), achieving state-of-the-art results on OmniDocBench.

0 favorites 0 likes
#document-parsing

@geekbb: Baidu's open-source visual language model OCR project, upgraded from DeepSeek-OCR, focuses on one-shot parsing of extremely long documents. The model has two inference modes: 'gundam' mode for dense text in a single image, and 'base' mode for multi-page or PDF processing. https://github…

X AI KOLs Timeline · 2026-06-23 Cached

Baidu has open-sourced the visual language model Unlimited-OCR, upgraded from DeepSeek-OCR, supporting one-shot parsing of extremely long documents, offering two inference modes: gundam (dense text in a single image) and base (multi-page/PDF).

0 favorites 0 likes
Next →
← Back to home

Submit Feedback