mirror of
https://github.com/qurator-spk/page2tsv.git
synced 2025-06-09 19:39:54 +02:00
fix snippets
use `full` resolution IIIF image for snippets
This commit is contained in:
parent
243c7b48c6
commit
5c82b83b2e
1 changed files with 1 additions and 1 deletions
|
@ -275,6 +275,6 @@ def make_page2tsv_commands(xls_file, directory, purpose):
|
|||
if ma:
|
||||
print('page2tsv {} {}.tsv '
|
||||
'--image-url=https://content.staatsbibliothek-berlin.de/dc/'
|
||||
'{}-{:08d}/left,top,width,height/1200,/0/default.jpg --scale-factor=1.0 --purpose={}'.
|
||||
'{}-{:08d}/left,top,width,height/full/0/default.jpg --scale-factor=1.0 --purpose={}'.
|
||||
format(file, ma.group(1), ma.group(2), int(ma.group(3)), purpose))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue