Skip to content

Commit

Permalink
Update process_images.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Robert Sachunsky <[email protected]>
  • Loading branch information
markusweigelt and bertsky authored Mar 1, 2024
1 parent 770e1b6 commit e47ab84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion process_images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ EOF
--ocr-subdir) RESULT_SUBDIR="$2"; shift;;
--proc-id) PROCESS_ID="$2"; shift;;
--task-id) TASK_ID="$2"; shift;;
--async) ASYNC="$2"; shift;;
--async) ASYNC=true;;
--activemq-url) WEBHOOK_RECEIVER_URL="$2"; shift;;
--activemq-queue) ACTIVEMQ_QUEUE="$2"; shift;;
*) PROCESS_DIR="$1";
Expand Down

0 comments on commit e47ab84

Please sign in to comment.