From ad3a7c2b950944117aa22628f11cc5def14ac409 Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Fri, 21 Jun 2019 12:10:19 +0200 Subject: [PATCH] XXX remove_filegrp link to OCR-D issue --- my_ocrd_workflow | 3 +++ 1 file changed, 3 insertions(+) diff --git a/my_ocrd_workflow b/my_ocrd_workflow index 528440d..62ea897 100755 --- a/my_ocrd_workflow +++ b/my_ocrd_workflow @@ -15,6 +15,9 @@ remove_filegrp() { xmlstarlet ed --inplace \ -N mets=http://www.loc.gov/METS/ \ -d "//mets:fileGrp[@USE='$filegrp_use']" $mets + + # XXX See also https://github.com/OCR-D/core/issues/245 + # XXX This should also delete the files (after checking if they are indeed inside the workspace) and the directory } do_fontident() {