Convert Office docs to text with Markitdown
Check out this clever Python tool that converts Word documents, Excel sheets, PowerPoint decks and PDFs into a plain text format. Markitdown is a Python library released by Microsoft via Github, converts many documents into nearly plain text (called MarkDown). It’ll convert all these formats into text. Some conversions need extra pip flags like ([pdf], […]