mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-07-05 19:19:53 +02:00
💩 Remove mysterious TEMP directory for now
This commit is contained in:
parent
68902f923d
commit
f19bba45b8
1 changed files with 6 additions and 0 deletions
|
@ -25,6 +25,12 @@ remove_filegrp() {
|
||||||
do_validate() {
|
do_validate() {
|
||||||
ocrd workspace validate --skip pixel_density --page-strictness lax mets.xml
|
ocrd workspace validate --skip pixel_density --page-strictness lax mets.xml
|
||||||
# XXX ocrd-tesserocr INCONSISTENCY in TextRegion → use "--page-strictness lax" for now
|
# 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() {
|
do_binarization() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue