openfree commited on
Commit
15d8a01
·
verified ·
1 Parent(s): 5b6264b

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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
- pytesseract
 
8
  pillow
9
- ocrmypdf
 
 
1
  gradio>=5.33
2
  openai
3
  python-dotenv
 
4
  pdfplumber
5
+ ocrmypdf # 이미지 → OCR-PDF
6
+ pytesseract # Fallback용
7
  pillow