From 58a962097a1e6c84001e42692daa46a7fa965de7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sinclert=20P=C3=A9rez?= Date: Fri, 26 Aug 2022 10:31:19 +0200 Subject: [PATCH] Update metadata job documentation --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 71b3450..368a23d 100644 --- a/README.md +++ b/README.md @@ -65,12 +65,12 @@ This command starts a process that recursively traverses a file system tree of P sending their metadata to the Dialect Map _private_ API along the way. The process assumes that each PDF is an ArXiv paper, with their names as their IDs. -| ARGUMENT | ENV VARIABLE | REQUIRED | DESCRIPTION | -|---------------------|-----------------------|----------|------------------------------------------| -| --input-files-path | - | Yes | Path to the list of input PDF files | -| --meta-file-path | - | Yes | Path to the ArXiv metadata JSON file | -| --gcp-key-path | - | Yes | GCP Service account key path | -| --api-url | - | Yes | Private API base URL | +| ARGUMENT | ENV VARIABLE | REQUIRED | DESCRIPTION | +|-----------------------|---------------------|----------|------------------------------------------| +| --input-files-path | - | Yes | Path to the list of input PDF files | +| --input-metadata-uris | - | Yes | URIs to the paper metadata sources | +| --gcp-key-path | - | Yes | GCP Service account key path | +| --output-api-url | - | Yes | Private API base URL | [ci-status-badge]: https://github.com/dialect-map/dialect-map-job-text/actions/workflows/ci.yml/badge.svg?branch=main