Mark Down

From MgmtWiki
Revision as of 13:53, 23 June 2025 by Tom (talk | contribs) (Solutions)

Jump to: navigation, search

Full Title or Meme

It is a trend to move from MediaWiki formats to Mark Down. This is a entry on how to do that.

Solutions

Microsoft open-sourced MarkItDown, a Python library that lets you convert any document to Markdown. Huge for LLMs.

It supports: • PDF • PowerPoint • Word • Excel • Images (EXIF metadata and OCR) • Audio (EXIF metadata and speech transcription) • HTML • Text-based formats (CSV, JSON, XML) • ZIP files (iterates over contents)

Just use : 
!pip install markitdown

Repo: https://github.com/microsoft/markitdown

MarkItDown.jpg

Rules

Category >> tags: ["animals", "Chicago", "zoos"] - moves from bottom in MedaiWiki to top

References