migrate pptx-to-md to version 1.0.0 to upgrade to the way faster pull parser and make use of the semantic document model

This commit is contained in:
nilsk 2026-07-17 23:54:31 +02:00
parent 27d2730adb
commit 2b470c437b
No known key found for this signature in database
GPG Key ID: A5C0151B4DDB172C
2 changed files with 1084 additions and 1268 deletions

2349
runtime/Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -44,7 +44,8 @@ pdfium-render = "0.9.1"
sys-locale = "0.3.2"
whoami = "2.1.2"
cfg-if = "1.0.4"
pptx-to-md = "0.5.1"
pptx-to-md = "1.0.0"
docx-to-md = "0.1.0"
tempfile = "3.27.0"
strum_macros = "0.28.0"
sysinfo = "0.39.6"