yin
feat(mvp): wire router β†’ mupdf parser β†’ OCR quality scorer closed loop
d423504
raw
history blame contribute delete
434 Bytes
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "pdfsys-parser-mupdf"
version = "0.0.1"
description = "Text-ok backend: PyMuPDF extraction + reading order + Markdown emission."
requires-python = ">=3.11"
dependencies = [
"pdfsys-core",
"pymupdf>=1.24",
]
[tool.uv.sources]
pdfsys-core = { workspace = true }
[tool.hatch.build.targets.wheel]
packages = ["src/pdfsys_parser_mupdf"]