-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements-test.txt
More file actions
45 lines (39 loc) · 1.01 KB
/
requirements-test.txt
File metadata and controls
45 lines (39 loc) · 1.01 KB
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
38
39
40
41
42
43
44
45
############################################################
# 🧠 OCR API
############################################################
##############################
# ---- 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
##############################
# ---- TEST ------------------
##############################
pytest
pytest-mock
httpx
coverage