@GithubProjects: Chunkr is an open-source document intelligence service that converts PDFs, PPTs, Word docs, and images into structured …

X AI KOLs Timeline Tools

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.

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
Original Article
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

@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...

X AI KOLs Timeline

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

arXiv cs.CL

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.