Skip to content

Commit

Permalink
provide pseudo-workflow for removing previous OCR results
Browse files Browse the repository at this point in the history
  • Loading branch information
bertsky authored and markusweigelt committed Mar 28, 2022
1 parent 7db4ce3 commit 4e1874f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions clean.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/sh
# OCR workflow to be run on ocrd_controller
set -x
ocrd workspace remove-group -fr $(ocrd workspace list-group)
rm mets.xml

0 comments on commit 4e1874f

Please sign in to comment.