-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
37 lines (32 loc) · 930 Bytes
/
requirements.txt
File metadata and controls
37 lines (32 loc) · 930 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
############################################################
# 🧠 OCR API — ONNX Only (Production)
############################################################
##############################
# ---- API ------------------
##############################
fastapi==0.115.0
uvicorn==0.30.6
python-multipart>=0.0.9
pydantic>=2.9.0
typing-extensions>=4.12.0
##############################
# ---- Image / Vision -------
##############################
opencv-python-headless>=4.10.0
Pillow>=10.0.0
numpy>=1.26.0
##############################
# ---- PDF ------------------
##############################
PyMuPDF>=1.23.8
##############################
# ---- ONNX OCR (docTR) -----
##############################
onnx>=1.16.0
onnxruntime>=1.18.0
onnxtr @ git+https://github.com/felixdittrich92/OnnxTR.git
##############################
# ---- NER / Validation -----
##############################
gliner>=0.1.0
python-stdnum>=1.19