Create requirements.txt
Browse files- requirements.txt +17 -0
requirements.txt
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
fastapi
|
2 |
+
uvicorn[standard]
|
3 |
+
python-multipart
|
4 |
+
Pillow
|
5 |
+
PyMuPDF
|
6 |
+
opencv-python-headless
|
7 |
+
numpy
|
8 |
+
shapely
|
9 |
+
pyclipper
|
10 |
+
alphabet_detector
|
11 |
+
torch
|
12 |
+
transformers
|
13 |
+
onnxruntime
|
14 |
+
requests
|
15 |
+
munch
|
16 |
+
doclayout_yolo
|
17 |
+
pix2tex
|