From 7313b1a3dc38e8e361369bdba072b93f0c3cd3f8 Mon Sep 17 00:00:00 2001 From: aseimel Date: Mon, 15 Jun 2026 14:59:47 +0200 Subject: [PATCH] Document data setup entry point --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 689e75e..982e136 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,14 @@ Two inputs require user-provided access/material: The setup workflow never overwrites committed files in `data/`. See `data-setup/README.md` and `docs/RAW_DATA_SOURCES.md` for exact commands and source details. +Run the full source-data setup workflow with: + +```bash +bash data-setup/run_data_setup.sh --full-test +``` + +This downloads script-accessible source files, checks required local files, rebuilds model-ready inputs locally, and writes a comparison report. Manifesto Project requires your own API key, and the Morgan OCR/transcription file can be provided on request. + ## Running the pipeline Run the full workflow with: