Skip to content

Commit

Permalink
Add project urls
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-piles committed Nov 1, 2024
1 parent 3b990f6 commit 4498759
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "pdf-document-layout-analysis"
version = "2024.11.1.1002"
description = "This tool is for PDF document layout analysis"
license = { file = "LICENSE" }
authors = [{ name = "HURIDOCS" }]
authors = [{ name = "HURIDOCS", url = "https://huridocs.org" }]
requires-python = ">= 3.11"
dependencies = [
"fastapi==0.111.1",
Expand All @@ -30,5 +30,10 @@ dependencies = [
"hydra-core==1.3.2",
"pypandoc==1.13",
"rapid-latex-ocr==0.0.8",
# "pip @ git+https://github.com/UniModal4Reasoning/StructEqTable-Deploy.git@fd06078bfa9364849eb39330c075dd63cbed73ff"
]
"struct_eqtable @ git+https://github.com/UniModal4Reasoning/StructEqTable-Deploy.git@fd06078bfa9364849eb39330c075dd63cbed73ff"
]

[project.urls]
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"

0 comments on commit 4498759

Please sign in to comment.