Skip to content

Commit

Permalink
Update process_mets.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Robert Sachunsky <38561704+bertsky@users.noreply.github.com>
  • Loading branch information
markusweigelt and bertsky authored Mar 1, 2024
1 parent e47ab84 commit 0f1c0d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion process_mets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ EOF
--ocr-grp) RESULT_GRP="$2"; shift;;
--pages) PAGES="$2"; shift;;
--url-prefix) URL_PREFIX="$2"; shift;;
--async) ASYNC="$2"; shift;;
--async) ASYNC=true;;
--webhook-receiver-url) WEBHOOK_RECEIVER_URL="$2"; shift;;
*) METS_PATH="$1";
PROCESS_ID=$(ocrd workspace -m "$METS_PATH" get-id)
Expand Down

0 comments on commit 0f1c0d7

Please sign in to comment.