mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-06-09 22:59:53 +02:00
⬆️ Update ocrd_fileformat + use in default workflow to convert to ALTO
This commit is contained in:
parent
3bb5e401c7
commit
baddafa1ea
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
FROM my_ocrd_workflow-core
|
FROM my_ocrd_workflow-core
|
||||||
|
|
||||||
ARG PIP_INSTALL="pip install --no-cache-dir"
|
ARG PIP_INSTALL="pip install --no-cache-dir"
|
||||||
ARG OCRD_FILEFORMAT_VERSION="0.1.1"
|
ARG OCRD_FILEFORMAT_VERSION="0.2.0"
|
||||||
|
|
||||||
|
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
|
|
|
@ -79,7 +79,7 @@ main() {
|
||||||
if ocrd workspace list-group | grep -q OCR-D-GT-PAGE; then
|
if ocrd workspace list-group | grep -q OCR-D-GT-PAGE; then
|
||||||
ocrd-dinglehopper --overwrite -I OCR-D-GT-PAGE,$ocr_filegrp -O $ocr_filegrp-EVAL
|
ocrd-dinglehopper --overwrite -I OCR-D-GT-PAGE,$ocr_filegrp -O $ocr_filegrp-EVAL
|
||||||
fi
|
fi
|
||||||
#ocrd-fileformat-transform -I $ocr_filegrp -O ${ocr_filegrp}-ALTO
|
ocrd-fileformat-transform --overwrite -I $ocr_filegrp -O ${ocr_filegrp}-ALTO
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue