Skip to content

Commit

Permalink
replace deprecated ocrd workspace CLI constructs
Browse files Browse the repository at this point in the history
  • Loading branch information
kba committed Aug 28, 2020
1 parent dc51e8b commit 32fde9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/column-samples/build.sh
Expand Up @@ -23,7 +23,7 @@ _prompt_yn "Downloading images?" && {
}

_prompt_yn "METSify?" && {
ocrd workspace init .
ocrd workspace init
while read l;do
work=$(echo "$l"|cut -d, -f 1)
page=$(echo "$l"|cut -d, -f 2)
Expand Down
2 changes: 1 addition & 1 deletion scripts/generate-scribo.sh
Expand Up @@ -5,7 +5,7 @@ set -ex
cd data/scribo-test/data
rm mets.xml
rm -rf OCR-D-IMG-*
ocrd workspace init .
ocrd workspace init
ocrd workspace set-id 'urn:ocr-d/scribo'
ocrd workspace add -g page -m image/tiff -G OCR-D-IMG -i OCR-D-IMG-orig_tiff OCR-D-IMG/OCR-D-IMG-orig_tiff.tif

Expand Down

0 comments on commit 32fde9e

Please sign in to comment.