Trim leading pages from PDFs and combine into one file.
uv run main.py # combine PDFs from files/
uv run main.py refine # refine combined.pdf
uv run main.py refine <path> # refine custom file
Put PDFs in files/, output goes to processed-files/.
Refine mode removes empty pages and crops margins.