PDF lightweight

This commit is contained in:
Cyber MacGeddon 2026-03-28 12:33:04 +00:00
parent bc993955b9
commit e19326163b

View file

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