mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-06-09 14:49:53 +02:00
Merge branch 'master' of github.com:mikegerber/my_ocrd_workflow
This commit is contained in:
commit
4e37a52899
5 changed files with 12 additions and 56 deletions
5
ppn2ocr
5
ppn2ocr
|
@ -74,9 +74,10 @@ def make_workspace(ppn, workspace):
|
|||
mets = oai_mets(ppn)
|
||||
|
||||
# XXX
|
||||
# Delete PRESENTATION file group
|
||||
# (local file:/// links, not handled well by "ocrd workspace")
|
||||
# Delete PRESENTATION + LOCAL file groups
|
||||
# (local file:/// or file:/ links, not handled well by "ocrd workspace")
|
||||
remove_file_grp(mets, 'PRESENTATION')
|
||||
remove_file_grp(mets, 'LOCAL')
|
||||
|
||||
|
||||
# Duplicate DEFAULT file group into a new file group BEST
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue