mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-06-09 14:49:53 +02:00
🧹 Remove workaround for TEMP/ directory bug
This commit is contained in:
parent
d7a2aac44b
commit
c192bfdbfe
1 changed files with 0 additions and 6 deletions
|
@ -16,12 +16,6 @@ do_validate() {
|
|||
ocrd workspace validate $validate_options
|
||||
# XXX ocrd-tesserocr INCONSISTENCY in TextRegion → use "--page-strictness lax" for now
|
||||
# XXX INVALIDITY in Glyph ID etc. in GT → --page-coordinate-consistency off
|
||||
|
||||
# XXX
|
||||
if test -d TEMP; then
|
||||
echo "TEMP exists!"
|
||||
rm -rf TEMP
|
||||
fi
|
||||
}
|
||||
|
||||
do_binarization() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue