@ -1,4 +1,4 @@
FROM boxed-base
FROM boxed-core
ENV DINGLEHOPPER_COMMIT 2b98f69
# Build pip installable stuff
ENV OCRD_OLENA_VERSION 1.2.0
ENV TESSDATA_BEST_VERSION 4.0.0
ENV SBB_TEXTLINE_DETECTOR_COMMIT 8b01d9e
@ -21,7 +21,7 @@ get_from_web() {
handle_data
docker build -t boxed-base -f Dockerfile-boxed-base .
docker build -t boxed-core -f Dockerfile-boxed-core .
docker build -t boxed-ocrd_calamari -f Dockerfile-boxed-ocrd_calamari .
docker build -t boxed-dinglehopper -f Dockerfile-boxed-dinglehopper .
docker build -t boxed-ocrd_olena -f Dockerfile-boxed-ocrd_olena .
@ -31,7 +31,7 @@ build_alias() {
alias $command="docker run $docker_run_options $docker_image $command"
}
shopt -s expand_aliases # Required for non-interactive shells
build_alias ocrd boxed-base
build_alias ocrd boxed-core
build_alias ocrd-olena-binarize boxed-ocrd_olena
build_alias ocrd-sbb-textline-detector boxed-sbb_textline_detector
build_alias ocrd-calamari-recognize boxed-ocrd_calamari