mirror of
https://github.com/qurator-spk/page2tsv.git
synced 2026-03-15 19:52:04 +01:00
drop support for scaling, not necessary for SBB use case anymore
This commit is contained in:
parent
fe4a1eabb1
commit
60a07c6310
5 changed files with 31 additions and 19 deletions
|
|
@ -12,8 +12,8 @@
|
|||
"parameters": {
|
||||
"iiif_url_template": {
|
||||
"type": "string",
|
||||
"description": "URL template for lookup of images via IIIF based on {{ unique_identifier }}, {{ page_id }}, {{ page_no }} and {{ image_width }}, or {{ PPN }}. 'left', 'top', 'right', 'bottom', 'width', and 'height' are replaced by the neat JS.",
|
||||
"default": "https://content.staatsbibliothek-berlin.de/dc/{{ PPN }}-{{ page_no }}/left,top,width,height/{{ image_width }}/0/default.jpg"
|
||||
"description": "URL template for lookup of images via IIIF based on {{ unique_identifier }}, {{ page_id }}, {{ page_no }} and {{ PPN }}. 'left', 'top', 'right', 'bottom', 'width', and 'height' are replaced by the neat JS.",
|
||||
"default": "https://content.staatsbibliothek-berlin.de/dc/{{ PPN }}-{{ page_no }}/left,top,width,height/full/0/default.jpg"
|
||||
},
|
||||
"scale_filegrp": {
|
||||
"type": "string",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue