pptx支持

This commit is contained in:
xunbu
2025-11-28 17:02:57 +08:00
parent 6282c254f7
commit 0ff1c87870
9 changed files with 554 additions and 0 deletions

2
uv.lock generated
View File

@@ -386,6 +386,7 @@ dependencies = [
{ name = "pymdown-extensions" },
{ name = "pysubs2" },
{ name = "python-docx" },
{ name = "python-pptx" },
{ name = "srt" },
{ name = "xlsx2html" },
]
@@ -422,6 +423,7 @@ requires-dist = [
{ name = "pymdown-extensions", specifier = ">=10.16.1" },
{ name = "pysubs2", specifier = ">=1.8.0" },
{ name = "python-docx", specifier = ">=1.2.0" },
{ name = "python-pptx", specifier = ">=1.0.2" },
{ name = "srt", specifier = ">=3.5.3" },
{ name = "xlsx2html", specifier = ">=0.6.2" },
]