@GithubProjects: Chunkr is an open-source document intelligence service that converts PDFs, PPTs, Word docs, and images into structured …
Summary
Chunkr is an open-source document intelligence service that converts PDFs, PPTs, Word docs, and images into structured chunks for RAG and LLM pipelines. It features layout analysis with OCR, structured HTML/Markdown output, vision-language model processing, and self-hosted deployment via Docker Compose with configurable LLM providers.
View Cached Full Text
Cached at: 06/27/26, 05:51 AM
Chunkr is an open-source document intelligence service that converts PDFs, PPTs, Word docs, and images into structured chunks ready for RAG and LLM pipelines.
- Layout analysis with OCR and bounding boxes
- Structured HTML and Markdown output
- Vision-language model processing
- Self-hosted via Docker Compose with configurable LLM providers
Similar Articles
@DataChaz: Messy documents in. Complex knowledge graphs out. One command line. If your pipeline simply compiles data into generic …
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.
@BlockInsight214: Before feeding papers, contracts, or scanned documents to AI, the hardest step is often "cleaning up the PDF." These open-source projects specialize in that: converting to Markdown/JSON, ready for RAG or agents. ① MarkItDown · Microsoft, Office/PDF/images to Markdown in one click...
Introduces five open-source tools (MarkItDown, MinerU, Docling, marker, surya) that convert PDFs, Office documents, etc., into Markdown or JSON for direct use with RAG or AI agents.
CHOP: Chunkwise Context-Preserving Framework for RAG on Multi Documents
CHOP is a framework for improving RAG systems on multi-document retrieval by using context-aware metadata and LLM-based chunk relevance evaluation to reduce semantic conflicts and hallucinations. The approach achieves 90.77% Top-1 Hit Rate through intelligent chunking and contextual preservation strategies.
Adaptive Chunking: Optimizing Chunking-Method Selection for RAG
Introduces Adaptive Chunking, a framework using five intrinsic document metrics to select optimal chunking strategies for RAG, improving answer correctness from 62-64% to 72% and question resolution rate by over 30%.
@tom_doerr: Indexes PDFs and Markdown files locally for semantic search and AI enrichment. https://github.com/joelhooks/pdf-brain…
This tool indexes PDF and Markdown files locally for semantic search and AI enrichment, using Ollama for embeddings and LLM processing, and provides a CLI and MCP server for integration with AI assistants.