Local paper-processing pipeline for the Victus ecosystem.
Current release baseline: v1.0.0 (completed 2026-06-13).
This repository turns scientific-paper inputs into metadata, linked PDF artifacts,
structured PDF-processing artifacts, and canonical evidence outputs. It owns the local
processing workflow and the data/ artifact layout used between stages.
Prerequisites:
uvInstall and inspect the CLI:
uv sync
uv run victus-processing --help
Create the local data layout:
uv run victus-processing data-layout create
Run the main local flow:
uv run victus-processing metadata-extraction explore --mode broad-nutrition
uv run victus-processing bibliography-export generate-bib
uv run victus-processing pdf-intake link --metadata-id meta:s2:example --pdf data/artifacts/intake/pdfs/example.pdf
uv run victus-processing pdf-processing run
uv run victus-processing evidence-extraction run
uv run pytest tests/test_cli_smoke.py -q
This repository owns:
data/.This repository does not cover: