You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
apparatus_converter: added a --no-prefix parameter
This parameter skips insertion of the $project|illustrations| prefix
after the IIIF base url. Required for Mondrian as it is not on a 3rd
party IIIF server that does not follow our convention.
parser.add_argument('-b', '--base-url', help="URL for the IIIF image server (scheme + server + prefix)", type=str,
460
464
required=True)
465
+
parser.add_argument('-n', '--no-prefix', help="Do not add any further prefixes (defaults to 'project|illustrations|') to the base URL", action='store_true')
0 commit comments