💩 Remove mysterious TEMP directory for now

This commit is contained in:
Gerber, Mike 2019-09-26 16:55:54 +02:00
parent 68902f923d
commit f19bba45b8

View file

@ -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() {