Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -5,4 +5,4 @@ langchain==0.0.150 # For Langchain functionality (document processing
|
|
5 |
googletrans==4.0.0-rc1 # For translation functionality (if using Google Translate API)
|
6 |
numpy==1.21.6 # For working with numpy arrays
|
7 |
Pillow==9.3.0 # For image processing (required for OCR)
|
8 |
-
pdfplumber==0.7.
|
|
|
5 |
googletrans==4.0.0-rc1 # For translation functionality (if using Google Translate API)
|
6 |
numpy==1.21.6 # For working with numpy arrays
|
7 |
Pillow==9.3.0 # For image processing (required for OCR)
|
8 |
+
pdfplumber==0.7.5 # For PDF parsing
|