Gary0205 commited on
Commit
c5fa653
·
1 Parent(s): 28bc080

Add OCR extraction app using TrOCR

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -0
requirements.txt ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ transformers
2
+ pdf2image
3
+ pytesseract
4
+ torch
5
+ torchvision
6
+ gradio
7
+ Pillow
8
+