# LLM Wiki starter, CLI-only dependencies (install into .venv, python3.12)
#   python3.12 -m venv .venv && .venv/bin/pip install -r requirements.txt
markitdown[all]==0.1.6
# PDF -> Markdown via Claude through the SDC LLM Gateway (scripts/convert_pdfs.py).
anthropic
# Splitting large PDFs into gateway-sized parts (scripts/convert_pdfs.py).
pypdf
# Template filling (/generate): scripts/docx_map.py + scripts/fill_docx.py.
python-docx
