Nasma commited on
Commit
680aba7
·
verified ·
1 Parent(s): 6c1dd30

Create Final_OCR/requirements.txt

Browse files
Files changed (1) hide show
  1. Final_OCR/requirements.txt +13 -0
Final_OCR/requirements.txt ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ fastapi==0.111.0
2
+ uvicorn==0.29.0
3
+ python-multipart==0.0.9
4
+ requests==2.31.0
5
+ fastapi-utils==0.6.0
6
+ nest-asyncio==1.6.0
7
+ asyncio==3.4.3
8
+ PyPDF2==3.0.1
9
+ google-generativeai
10
+ requests
11
+ pillow
12
+ python-dotenv
13
+ PyMuPDF