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 https://github.com/ssine/pptx2md/blob/39bef65b312035baeade932aad8d221e37daae5f/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
+1 -1
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)