prernajeet01 commited on
Commit
bd890e3
·
verified ·
1 Parent(s): 6dc54f5

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -0
requirements.txt CHANGED
@@ -17,3 +17,10 @@ torchvision
17
  torchaudio
18
  fastai
19
  docx2txt
 
 
 
 
 
 
 
 
17
  torchaudio
18
  fastai
19
  docx2txt
20
+ python-docx # for .docx files
21
+ pdf2image # for PDF to image conversion
22
+ PyPDF2 # for PDF text extraction
23
+ python-poppler
24
+ python-magic # for file type detection
25
+ pytesseract # Python wrapper for Tesseract
26
+ Pillow # Required for image processing