Python tool for converting files and office documents to Markdown.
Find a file
2025-04-23 17:03:47 +08:00
packages/markitup fix test 2025-04-23 08:55:36 +00:00
.gitignore add uv 2025-04-21 08:21:20 +00:00
LICENSE LICENSE committed 2024-11-13 11:56:45 -08:00
README.md add readme 2025-04-23 08:56:14 +00:00

MarkItUp

This is a fork of MarkItDown.

While markitdown is a useful tool, its returned content is too text-focused, which is not updated to the current rise of multi-modal LLMs.

Features

  • Converts various file formats to markdown-oriented OpenAI compatible responses
  • Supports multiple file types including:
    • Documents: DOCX (not DOC)
    • Presentations: PPTX (not PPT)
    • Spreadsheets: XLSX, XLS, CSV
    • Media: Audio files (MP3, M4A)
    • Web content: HTML
    • PDF files
    • Plain text files
  • Returns OpenAI compatible response, which can be used by most LLM clients
  • Supports command line usage

Installation

Install directly from GitHub:

pip install git+https://github.com/pathintegral-institute/markitup.git
uv add git+https://github.com/pathintegral-institute/markitup.git