Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +2 -4
requirements.txt
CHANGED
@@ -1,9 +1,7 @@
|
|
1 |
-
|
2 |
gradio>=5.33
|
3 |
openai
|
4 |
python-dotenv
|
5 |
-
numpy
|
6 |
pdfplumber
|
7 |
-
|
|
|
8 |
pillow
|
9 |
-
ocrmypdf
|
|
|
|
|
1 |
gradio>=5.33
|
2 |
openai
|
3 |
python-dotenv
|
|
|
4 |
pdfplumber
|
5 |
+
ocrmypdf # 이미지 → OCR-PDF
|
6 |
+
pytesseract # Fallback용
|
7 |
pillow
|
|