You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
269 B
Bash
8 lines
269 B
Bash
5 years ago
|
#!/bin/sh
|
||
|
set -x
|
||
|
cd `mktemp -d`
|
||
|
wget -q https://ocr-d-repo.scc.kit.edu/api/v1/dataresources/f15fb8c8-3842-4314-9a44-5e8b472d7bfc/data/buerger_gedichte_1778.ocrd.zip
|
||
|
dtrx buerger_gedichte_1778.ocrd.zip
|
||
|
cd buerger_gedichte_1778.ocrd/data
|
||
|
ocrd workspace validate mets.xml
|