agentii-ai/DocMeld
100 stars · Last commit 2026-07-29
Lightweight Doc-to-agent-ready knowledge pipeline. Three-stage Bronze→Silver→Gold architecture extracts structured elements, page content, and AI-enriched metadata from research papers and books. Generate PRDs, workflows, topic clusters, and Claude Code skills from PDFs. No OCR required.
README preview
<p align="center"> <img src="docmeld/assets/banner.png" alt="DocMeld Banner" width="100%"> </p> <h1 align="center">DocMeld</h1> <p align="center">Lightweight Doc to agent-ready knowledge pipeline</p> <p align="center"> <a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="License: MIT"></a> <a href="https://www.python.org/downloads/"><img src="https://img.shields.io/badge/python-3.9+-blue.svg" alt="Python 3.9+"></a> <a href="https://github.com/psf/black"><img src="https://img.shields.io/badge/code%20style-black-000000.svg" alt="Code style: black"></a> <a href="https://docs.astral.sh/ruff/"><img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json" alt="Ruff"></a> <a href="https://mypy-lang.org/"><img src="https://img.shields.io/badge/type%20checked-mypy-blue.svg" alt="Checked with mypy"></a> <img src="https://img.shields.io/badge/tests-315%20passed-brightgreen.svg" alt="Tests: 315 passed"> <img src="https://img.shields.io/badge/coverage-78%25-green.svg" alt="Coverage: 78%"> <a href="https://pypi.org/project/docmeld/"><img src="https://img.shields.io/badge/pypi-0.3.1-blue.svg" alt="PyPI: 0.3.1"></a> </p> <p align="center"> <a href="#quick-start">Quick Start</a> •