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>
13 lines
278 B
TOML
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
|