DocPipe / packages /pdfsys-bench /pyproject.toml
yin
feat(mvp): wire router β†’ mupdf parser β†’ OCR quality scorer closed loop
d423504
raw
history blame contribute delete
580 Bytes
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "pdfsys-bench"
version = "0.0.1"
description = "Cross-backend benchmarking β€” throughput, latency, and F1 on a small sample set."
requires-python = ">=3.11"
dependencies = [
"pdfsys-core",
"pdfsys-router",
"pdfsys-parser-mupdf",
"torch>=2.1",
"transformers>=4.44",
]
[tool.uv.sources]
pdfsys-core = { workspace = true }
pdfsys-router = { workspace = true }
pdfsys-parser-mupdf = { workspace = true }
[tool.hatch.build.targets.wheel]
packages = ["src/pdfsys_bench"]