You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
1.1 KiB
Plaintext
43 lines
1.1 KiB
Plaintext
[build-system]
|
|
requires = ["setuptools>=61.0"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "eynollah"
|
|
version = "0.3.0"
|
|
authors = [
|
|
{name = "Vahid Rezanezhad"}
|
|
]
|
|
description = "Document Layout Analysis"
|
|
readme = "README.md"
|
|
requires-python = ">=3.8"
|
|
keywords = ["document layout analysis", "semantic segmentation"]
|
|
classifiers = [
|
|
"Development Status :: 4 - Beta",
|
|
"Environment :: Console",
|
|
"Intended Audience :: Science/Research",
|
|
"License :: OSI Approved :: Apache Software License",
|
|
"Programming Language :: Python :: 3",
|
|
"Programming Language :: Python :: 3 :: Only",
|
|
"Topic :: Scientific/Engineering :: Image Processing",
|
|
]
|
|
dependencies = [
|
|
"ocrd >= 2.63.3",
|
|
"numpy <= 1.24.4",
|
|
"scikit-learn <= 1.3.2",
|
|
"tensorflow <= 2.13.1",
|
|
"imutils >= 0.5.4",
|
|
"matplotlib <= 3.7.5",
|
|
"setuptools >= 61",
|
|
]
|
|
|
|
# TODO: test dependencies
|
|
|
|
[project.scripts]
|
|
eynollah = "eynollah.eynollah.cli:main"
|
|
ocrd-eynollah-segment = "eynollah.eynollah.ocrd_cli:main"
|
|
|
|
[project.urls]
|
|
Homepage = "https://github.com/qurator-spk/eynollah"
|
|
Repository = "https://github.com/qurator-spk/eynollah.git"
|