|
|
@ -87,9 +87,10 @@ def make_workspace(ppn, workspace):
|
|
|
|
mets = oai_mets(ppn)
|
|
|
|
mets = oai_mets(ppn)
|
|
|
|
|
|
|
|
|
|
|
|
# XXX
|
|
|
|
# XXX
|
|
|
|
# Delete PRESENTATION file group
|
|
|
|
# Delete PRESENTATION + LOCAL file groups
|
|
|
|
# (local file:/// links, not handled well by "ocrd workspace")
|
|
|
|
# (local file:/// or file:/ links, not handled well by "ocrd workspace")
|
|
|
|
remove_file_grp(mets, 'PRESENTATION')
|
|
|
|
remove_file_grp(mets, 'PRESENTATION')
|
|
|
|
|
|
|
|
remove_file_grp(mets, 'LOCAL')
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Duplicate DEFAULT file group into a new file group BEST
|
|
|
|
# Duplicate DEFAULT file group into a new file group BEST
|
|
|
|