fix iiif-url (dirty hack)

pull/2/head
Clemens Neudecker 3 years ago committed by GitHub
parent c554644838
commit 243d373913
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -273,6 +273,6 @@ def make_page2tsv_commands(xls_file, directory, purpose):
if ma:
print('page2tsv {} {}.tsv '
'--image-url=https://content.staatsbibliothek-berlin.de/dc/'
'{}-{}/left,top,width,height/full/1200/default.jpg --scale-factor=1.0 --purpose={}'.
'{}-0000{}/left,top,width,height/1200,/0/default.jpg --scale-factor=1.0 --purpose={}'.
format(file, ma.group(1), ma.group(2), ma.group(3), purpose))

Loading…
Cancel
Save