Davidsamuel101 commited on
Commit
d458f99
1 Parent(s): d9b7d2f

Add text extractor

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ .md
__pycache__/app.cpython-38.pyc ADDED
Binary file (2.64 kB). View file
 
__pycache__/text_extractor.cpython-38.pyc ADDED
Binary file (5.15 kB). View file
 
requirements.txt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ transformers
2
+ mdutils==1.5.1
3
+ pymupdf==1.21.1