forked from huridocs/pdf-document-layout-analysis
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
53 lines (50 loc) · 1.49 KB
/
pyproject.toml
File metadata and controls
53 lines (50 loc) · 1.49 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
46
47
48
49
50
51
52
53
[project]
name = "pdf-document-layout-analysis"
version = "2025.03.18.03"
description = "This tool is for PDF document layout analysis"
license = { file = "LICENSE" }
authors = [{ name = "HURIDOCS" }]
requires-python = ">= 3.10"
dependencies = [
"fastapi==0.111.1",
"python-multipart==0.0.9",
"uvicorn==0.30.3",
"gunicorn==22.0.0",
"requests==2.32.3",
"torch==2.4.0",
"torchvision==0.19.0",
"Pillow==10.4.0",
"pdf-annotate==0.12.0",
"scipy==1.14.0",
"opencv-python==4.10.0.84",
"Shapely==2.0.5",
"transformers==4.40.2",
"huggingface_hub==0.23.5",
"pdf2image==1.17.0",
"lightgbm==4.5.0",
"setuptools==75.4.0",
"roman==4.2",
"hydra-core==1.3.2",
"pypandoc==1.13",
"rapid-latex-ocr==0.0.9",
"struct_eqtable @ git+https://github.com/UniModal4Reasoning/StructEqTable-Deploy.git@fd06078bfa9364849eb39330c075dd63cbed73ff",
"modal>=1.0.5",
"pycocotools>=2.0.10",
"rapid-table>=3.0.1",
"rapidocr>=3.4.0",
"pymupdf>=1.26.4",
"pdf-features",
"pix2tex>=0.1.4",
]
[project.urls]
HURIDOCS = "https://huridocs.org"
GitHub = "https://github.com/huridocs/pdf-document-layout-analysis"
HuggingFace = "https://huggingface.co/HURIDOCS/pdf-document-layout-analysis"
DockerHub = "https://hub.docker.com/r/huridocs/pdf-document-layout-analysis"
[tool.uv.sources]
pdf-features = { git = "https://github.com/huridocs/pdf-features.git", rev = "2025.9.25.1" }
[dependency-groups]
dev = [
"latex2mathml>=3.78.1",
"ty>=0.0.1a21",
]