Fix PDF processing deps

This commit is contained in:
Cyber MacGeddon 2026-03-28 12:17:42 +00:00
parent 20204d87c3
commit bc993955b9

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",