nemotron-table-structure-v1 / pyproject.toml
BoLiu's picture
pip-install2 (#4)
b1cc5ea verified
[build-system]
requires = ["setuptools>=45", "wheel", "setuptools_scm[toml]>=6.2"]
build-backend = "setuptools.build_meta"
[project]
name = "nemotron-table-structure-v1"
version = "1.0.0"
description = "Nemotron Table Structure v1 - A specialized object detection model for table structure extraction"
readme = "README.md"
requires-python = ">=3.8"
license = {text = "NVIDIA Open Model License"}
authors = [
{name = "NVIDIA Corporation", email = "tviel@nvidia.com"}
]
keywords = ["table-structure", "object-detection", "yolox", "nvidia", "nemotron", "pdf", "document-processing", "ocr"]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
"License :: Other/Proprietary License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"Topic :: Scientific/Engineering :: Image Recognition",
]
dependencies = [
"torch>=2.0.0",
"numpy>=1.21.0",
"matplotlib>=3.3.0",
"pandas>=1.3.0",
"Pillow>=8.0.0",
]
[project.urls]
Homepage = "https://huggingface.co/nvidia/nemotron-table-structure-v1"
Repository = "https://huggingface.co/nvidia/nemotron-table-structure-v1"
Documentation = "https://huggingface.co/nvidia/nemotron-table-structure-v1"
"Bug Tracker" = "https://huggingface.co/nvidia/nemotron-table-structure-v1/discussions"
[tool.setuptools]
packages = ["nemotron_table_structure_v1", "nemotron_table_structure_v1.yolox", "nemotron_table_structure_v1.post_processing"]
[tool.setuptools.package-data]
"*" = ["*.pth", "config.json"]