QuivrHQ/MegaParse
File Parser optimised for LLM Ingestion with no loss 🧠 Parse PDFs, Docx, PPTx in a format that is ideal for LLMs. observed · 2026-08-28
Health v2 · maintenance only
29/100
- Activity 7
- Release rhythm 40
- Longevity 59
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 0
- age_days: 826
- days_rel: 565
- days_push: 558
- n_releases_24m: 32
Adoption not part of the score
7413 stars · 417 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
MegaParse is a Python library that parses PDFs, Word, PowerPoint, Excel, CSV, and text documents into LLM-friendly formats with a focus on zero information loss, including tables, headers, footers, and images. It offers both standard parsing and a vision-based mode using multimodal models like GPT-4o and Claude, and can also be run as an API service.
Use cases
- parse pdfs for llm ingestion
- convert docx to markdown for rag
- extract tables from pdf without losing data
- prepare powerpoint slides for a chatbot knowledge base
- build a document ingestion pipeline for a vector database
- run a self-hosted document parsing api
When to choose
- you need high-fidelity document parsing for RAG or LLM pipelines
- your documents contain tables, headers, footers, or images that naive parsers drop
- you want a benchmarked parser with vision-model support
- you prefer an open-source, self-hostable alternative to paid parsing APIs
When to avoid
- you only need plain-text extraction from simple text-based PDFs
- you cannot provide an OpenAI or Anthropic API key for the vision parser
- you need a fully offline solution without installing poppler and tesseract
- your environment runs Python below 3.11
Facets
library · maturity active
parser pdf ocr rag llm-inference pdf files developer-tools python cross-platform self-hosted document-parsing pdf-to-markdown docx pptx llm-ingestion data-preparation natural-language-processing retrieval-augmented-generation docker
2 sources
- readme: https://github.com/QuivrHQ/MegaParse · fetched 2026-08-28 · 52385b3a0adf
- homepage: https://megaparse.com · fetched 2026-08-29 · f1b197872b3d
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| QuivrHQ/MegaParse | main | 29 |
For agents
markdown · JSON · MCP: product_card(name="QuivrHQ/MegaParse")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem