Shami96 commited on
Commit
6cfe4a2
·
verified ·
1 Parent(s): 4271bc4

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -4
requirements.txt CHANGED
@@ -1,6 +1,8 @@
1
  gradio==4.44.1
2
- pdfplumber==0.10.2
3
- python-docx==1.1.0
4
- PyMuPDF
5
  pytesseract
6
- pdf2image
 
 
 
 
 
 
1
  gradio==4.44.1
 
 
 
2
  pytesseract
3
+ python-docx
4
+ camelot-py[cv] # for digital-table parsing
5
+ pdf2image # for fallback OCR on images
6
+ pytesseract
7
+ Pillow
8
+ rapidfuzz