feat: sort pptx shapes to be parsed in top-to-bottom, left-to-right order (#1104)

* Sort PPTX shapes to be read in top-to-bottom, left-to-right order

Referenced from 39bef65b31/pptx2md/parser.py (L249)

* Update README.md
* Fixed formatting.
* Added missing import
This commit is contained in:
Richard Ye
2025-03-07 18:45:14 -05:00
committed by GitHub
parent 82d84e3edd
commit 0229ff6cb7
2 changed files with 6 additions and 3 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
- PowerPoint (reading in top-to-bottom, left-to-right order)
- Word
- Excel
- Images (EXIF metadata and OCR)