mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-06-07 22:05:13 +02:00
PDF lightweight
This commit is contained in:
parent
bc993955b9
commit
e19326163b
1 changed files with 4 additions and 1 deletions
|
|
@ -14,7 +14,10 @@ dependencies = [
|
||||||
"pulsar-client",
|
"pulsar-client",
|
||||||
"prometheus-client",
|
"prometheus-client",
|
||||||
"python-magic",
|
"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 = [
|
classifiers = [
|
||||||
"Programming Language :: Python :: 3",
|
"Programming Language :: Python :: 3",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue