mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-06-09 06:39:53 +02:00
🧹 No need to clean up after tesserocr
This commit is contained in:
parent
89a2893e4e
commit
cc81afa1a5
1 changed files with 0 additions and 4 deletions
|
@ -70,10 +70,6 @@ do_linesegmentation() {
|
|||
-m mets.xml -I OCR-D-SEG-REGION -O OCR-D-SEG-LINE
|
||||
#ocrd workspace validate mets.xml
|
||||
# XXX compare ocrd-tesserocr-segment* vs tesseract native
|
||||
|
||||
# XXX This leaves copies of the images at the top level of the workspace, because it "downloads" the "remote" files.
|
||||
# Clean it up. (Maybe only affects ocrd-ocropy-segment)
|
||||
find . -maxdepth 1 -name "OCR-D-IMG*" -type f -exec rm -v {} \;
|
||||
}
|
||||
|
||||
do_ocr() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue