kitodo / kitodo-ugh

Kitodo.UGH Library
2 stars 10 forks source link

Replace multiple occurrences of ‘uncounted’ #45

Closed matthias-ronge closed 7 years ago

matthias-ronge commented 7 years ago

Current UGH code cannot handle several occurrences of ‘uncounted’ pagination. In case of a single uncounted, the visible page label - is wirtten into the METS file, but in any combinations that may occur with double page pagination, such as uncounted;uncounted or uncounted;1 the string is not modified. This patch changes the output so that the last examples will instead be output as - ; - or - ;1.

matthias-ronge commented 7 years ago

Added binary in pull request https://github.com/kitodo/kitodo-production/pull/566