update requirements.txt and add pdf_requirements.txt

This commit is contained in:
imClumsyPanda 2023-04-13 18:30:00 +08:00
parent bd39b87f67
commit 8638aa98ba
2 changed files with 13 additions and 1 deletions

12
pdf_requirements.txt Normal file
View File

@ -0,0 +1,12 @@
langchain>=0.0.124
transformers==4.27.1
unstructured[local-inference]
layoutparser[layoutmodels,tesseract]
nltk
sentence-transformers
beautifulsoup4
icetk
cpm_kernels
faiss-cpu
gradio>=3.25.0
detectron2@git+https://github.com/facebookresearch/detectron2.git@v0.6#egg=detectron2

View File

@ -1,4 +1,4 @@
langchain>=0.0.120
langchain>=0.0.124
transformers==4.27.1
unstructured[local-inference]
layoutparser[layoutmodels,tesseract]