<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>PDF Parsing on SoloSoft</title><link>https://www.solosoft.dev/tags/pdf-parsing/</link><description>Recent content in PDF Parsing on SoloSoft</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Fri, 01 May 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://www.solosoft.dev/tags/pdf-parsing/index.xml" rel="self" type="application/rss+xml"/><item><title>GPT-PDF: Parse PDFs into Markdown Using Vision LLMs with Just 293 Lines of Code</title><link>https://www.solosoft.dev/post/gptpdf-parser-2026/</link><pubDate>Fri, 01 May 2026 00:00:00 +0000</pubDate><guid>https://www.solosoft.dev/post/gptpdf-parser-2026/</guid><description>&lt;p&gt;PDF documents are the universal format for sharing information, but they are notoriously difficult for software to parse. Traditional PDF parsers struggle with complex layouts, embedded tables, mathematical notation, and multi-column text. &lt;strong&gt;GPT-PDF&lt;/strong&gt; takes a radically different approach: instead of trying to understand the PDF&amp;rsquo;s internal structure, it lets a vision LLM look at each page as an image and write down what it sees in clean Markdown.&lt;/p&gt;
&lt;p&gt;Created by CosmosShadow, GPT-PDF has gained rapid adoption among researchers, developers, and content teams who need high-quality PDF-to-Markdown conversion without the fragility of traditional parsing pipelines. The approach is so effective that it has become a reference implementation for the emerging pattern of using vision LLMs for document understanding tasks.&lt;/p&gt;</description></item><item><title>MinerU: Open-Source PDF Document Parsing and Data Extraction</title><link>https://www.solosoft.dev/post/mineru-pdf-2026/</link><pubDate>Fri, 01 May 2026 00:00:00 +0000</pubDate><guid>https://www.solosoft.dev/post/mineru-pdf-2026/</guid><description>&lt;p&gt;PDF is the universal format for document distribution, but it is arguably the worst format for data extraction. PDFs store visual layouts — coordinates, fonts, and rendering instructions — not semantic structure. Paragraphs, tables, lists, and headings exist only as visual arrangements of text fragments. Every developer who has tried to extract structured data from a PDF knows the frustration of losing table structure, mangled text order, and jumbled multi-column layouts.&lt;/p&gt;
&lt;p&gt;MinerU, developed by OpenDataLab, addresses this problem with a comprehensive open-source document parsing pipeline. It extracts text, tables, formulas, and images from PDFs with high structural fidelity, producing clean Markdown or structured JSON output. For organizations building RAG systems, knowledge bases, or data processing pipelines, MinerU fills the critical gap between raw PDF files and machine-readable content.&lt;/p&gt;</description></item><item><title>olmOCR: AI2's Open-Source PDF-to-Markdown Toolkit for LLM Training Data</title><link>https://www.solosoft.dev/post/olmocr-pdf-toolkit-2026/</link><pubDate>Fri, 01 May 2026 00:00:00 +0000</pubDate><guid>https://www.solosoft.dev/post/olmocr-pdf-toolkit-2026/</guid><description>&lt;p&gt;Converting PDFs to clean, machine-readable text at scale is one of the foundational challenges in LLM dataset preparation. Traditional PDF parsers struggle with complex layouts, tables, and mixed content, while commercial OCR services are expensive at scale. &lt;strong&gt;olmOCR&lt;/strong&gt; by Allen AI (AI2) solves this problem using a 7B parameter Vision-Language Model that converts PDF pages into clean Markdown with remarkable accuracy and cost efficiency.&lt;/p&gt;
&lt;p&gt;The key insight behind olmOCR is treating PDF conversion as a vision-language task rather than a text extraction problem. Instead of parsing the underlying PDF structure (which is often unreliable for complex layouts), olmOCR renders each page to an image and uses its VLM to read and transcribe the content, preserving layout, structure, and semantics.&lt;/p&gt;</description></item><item><title>Open Parse: Visually-Driven Document Parser for LLM-Ready RAG Pipelines</title><link>https://www.solosoft.dev/post/open-parse-document-2026/</link><pubDate>Fri, 01 May 2026 00:00:00 +0000</pubDate><guid>https://www.solosoft.dev/post/open-parse-document-2026/</guid><description>&lt;p&gt;The RAG (Retrieval-Augmented Generation) ecosystem has matured rapidly, but one bottleneck persists: garbage in, garbage out. Most document parsing tools feed raw text into LLM pipelines without understanding the document&amp;rsquo;s visual structure, producing chunks that break headings from their content, split tables across pages, and lose the semantic hierarchy that makes documents readable. &lt;strong&gt;Open Parse&lt;/strong&gt; by Filimoa solves this problem at its root.&lt;/p&gt;
&lt;p&gt;Open Parse is a visually-driven document parser that analyzes the actual layout of each page before extracting text. Rather than treating a PDF as a stream of characters, it identifies text blocks, columns, headings, table boundaries, and figure captions using computer vision techniques. The output preserves the document&amp;rsquo;s semantic structure as structured markdown, ready for chunking strategies that actually make sense for retrieval.&lt;/p&gt;</description></item></channel></rss>