Add DOCX file parsing support to FileParserBlock (#4710)

Co-authored-by: Suchintan Singh <suchintan@skyvern.com>
This commit is contained in:
Suchintan
2026-02-11 23:02:47 -05:00
committed by GitHub
parent fd241dba54
commit 384b8c0ac5
4 changed files with 177 additions and 2 deletions

View File

@@ -67,6 +67,7 @@ dependencies = [
"azure-keyvault-secrets>=4.2.0,<5",
"jsonschema>=4.25.1",
"python-calamine>=0.6.1",
"python-docx>=1.1.0",
"urllib3>=2.6.0",
"zstandard>=0.25.0",
"sse-starlette>=3.0.3,<4",