@nini_incrypto_: A severely underrated side hustle: converting files to Markdown for others. There's a tool called markitdown on GitHub, made by Microsoft. It can convert Word / Excel / PDF / PPT all to Markdown.
Summary
Introducing Microsoft's open-source tool markitdown, which can convert Word, Excel, PDF, PPT and other files into Markdown format, suitable as a side hustle.
View Cached Full Text
Cached at: 07/15/26, 07:59 PM
A severely underestimated side hustle: helping people convert files to Markdown.
There’s a tool on GitHub called markitdown, made by Microsoft.
It can convert Word / Excel / PDF / PPT all into Markdown.
Similar Articles
@Chenzeze777: Microsoft open-sourced a document tool with 140k stars — I compiled its 5 most practical use cases. MarkItDown, a Python tool, converts PDF/Word/PPT/Excel/HTML/images into clean Markdown text with one click. What you can do with it: · P…
Microsoft open-sourced MarkItDown, a lightweight Python tool that converts PDF, Word, PPT, Excel, HTML, and images into clean, structured Markdown text in one go, ideal for AI summarization, data analysis, knowledge base construction, and more.
@IndieDevHailey: MarkItDown — The Document Hell Terminator, Instantly Turns Any File into LLM-Perfect Markdown! Microsoft Open-Sources MarkItDown, 138k+ Stars Topping Trending, Goodbye to PDF Garbled Text, Word Table Explosions, P...
Microsoft has open-sourced MarkItDown, a tool that can convert PDF, Word, Excel, PPT and other files into well-structured Markdown format with a single click, making it easy to feed directly into LLMs. It has garnered over 138k stars on GitHub.
@GitHub_Daily: When feeding documents to LLMs, Word, PPT, and Excel formats are all different, and the Markdown quality after conversion varies. The Firecrawl team wrote anydoc in Rust, which supports converting 14 office formats to Markdown with a median conversion speed under 5 milliseconds, …
The Firecrawl team developed anydoc in Rust, an open-source library that quickly converts 14 office formats such as Word, PPT, and Excel into unified Markdown. The median conversion speed is under 5 milliseconds, and it supports Node.js, Python, and browser (WASM) usage.
@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.
@0xQiYan: Brothers, have you ever encountered situations where various format conversions require a membership, and still worry about not having one? Discovered an open-source project for format conversion that Microsoft and Google couldn't achieve, but a philosophy professor managed to do in his spare time. Pandoc—the document conversion artifact, one command, a few seconds, over 50 formats freely converted. Word to PDF, ...
Introducing the open-source document conversion tool Pandoc, developed in spare time by philosophy professor John MacFarlane, supporting conversion between over 50 formats, free, open source, and fully local.