EPub Support. Adapted #123 to not use epublib. (#1131)

* Adapted #123 to not use epublib.
* Updated README.md
This commit is contained in:
afourney
2025-03-17 07:48:15 -07:00
committed by GitHub
parent c5f70b904f
commit a93e0567e6
5 changed files with 171 additions and 1 deletions

View File

@@ -14,7 +14,7 @@ MarkItDown is a lightweight Python utility for converting various files to Markd
At present, MarkItDown supports:
- PDF
- PowerPoint (reading in top-to-bottom, left-to-right order)
- PowerPoint
- Word
- Excel
- Images (EXIF metadata and OCR)
@@ -23,6 +23,7 @@ At present, MarkItDown supports:
- Text-based formats (CSV, JSON, XML)
- ZIP files (iterates over contents)
- Youtube URLs
- EPubs
- ... and more!
## Why Markdown?