💩 Remove mysterious TEMP directory for now

pull/27/head
Gerber, Mike 5 years ago
parent 68902f923d
commit f19bba45b8

@ -25,6 +25,12 @@ remove_filegrp() {
do_validate() {
ocrd workspace validate --skip pixel_density --page-strictness lax mets.xml
# XXX ocrd-tesserocr INCONSISTENCY in TextRegion → use "--page-strictness lax" for now
# XXX
if test -d TEMP; then
echo "TEMP exists!"
rm -rf TEMP
fi
}
do_binarization() {

Loading…
Cancel
Save