Launched this week
DocCrush
Convert any document into clean Markdown for AI.
14 followers
Convert any document into clean Markdown for AI.
14 followers
DocCrush converts PDFs, Word, PowerPoint, Excel, images and more into clean, structured Markdown. Built for developers, AI applications and RAG pipelines. • PDF → Markdown • Word → Markdown • OCR for scanned PDFs • Tables preserved • Images extracted • Batch processing • AI-ready output


honestly looks solid for our RAG setup. one thing that would be super useful is a way to preserve the original page numbers or section headers as metadata in the markdown output, since right now our chunking loses that context. maybe a config flag for it?
Super useful for RAG pipelines. One thing that would make this even better is the ability to preserve original heading hierarchy and add frontmatter metadata (title, author, page count) automatically so the output drops straight into documentation sites without extra cleanup.
honestly this looks super useful for RAG pipelines, but it would be a huge win if you could add an option to output with YAML frontmatter included automatically, so the title, author and page count get bundled right into the markdown file for easier chunking downstream.
Finally tried this on a messy scanned PDF and the tables actually came through intact, which is more than I can say for most converters I've used. Set up a quick batch job through the CLI too and it just worked.
Really solid for pulling clean text out of messy docs. One thing that would make it way more useful for my workflow though is preserving the original page numbers or section headers as metadata, so when I chunk things for RAG I still know where each snippet came from.
Tried it on a messy scanned PDF and the table extraction came through surprisingly intact, saved me a ton of cleanup before feeding it into my RAG pipeline.