Add missing pdf extra to unstructured dependency (#728)

* Fix PDF processing deps so that PDF processing works
This commit is contained in:
cybermaggedon 2026-03-29 20:22:06 +01:00 committed by Cyber MacGeddon
parent 20204d87c3
commit 413f917676
2 changed files with 7 additions and 2 deletions

View file

@ -14,7 +14,7 @@ dependencies = [
"pulsar-client",
"prometheus-client",
"python-magic",
"unstructured[csv,docx,epub,md,odt,pptx,rst,rtf,tsv,xlsx]",
"unstructured[csv,docx,epub,md,odt,pdf,pptx,rst,rtf,tsv,xlsx]",
]
classifiers = [
"Programming Language :: Python :: 3",