pdf2md/pyproject.toml
qz 22165a3c26 Import pdf-to-markdown converter and shorten hosted image suffixes.
Bring the local project into the remote repository and reduce generated image object suffixes to six characters for shorter URLs.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-19 14:37:42 +08:00

13 lines
278 B
TOML

[project]
name = "pdf-to-markdown"
version = "0.1.0"
description = "Convert academic paper PDFs to pure Markdown via MinerU and host extracted images on R2"
requires-python = ">=3.10"
dependencies = [
"requests>=2.32.0",
"python-dotenv>=1.0.1",
]
[tool.uv]
package = false