-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: zero-size array to reduction #126
Comments
Ok scan does not contain text: https://digi.ub.uni-heidelberg.de/diglit/duerer1527/0009/image,info |
there are more errors on this book
|
Did
|
Workflow: #!/bin/sh
set -e
set -x
singocrd () {
docker run --rm -u $(id -u) -v $PWD:/data -v /home/jb/ocrd-models:/models -- ocrd/all:maximum "$@"
}
singocrd ocrd workspace init
singocrd ocrd workspace add -g P_00001 -G OCR-D-IMG -i OCR-D-IMG_00001 -m image/tiff OCR-D-IMG/00001.tif
singocrd ocrd-olena-binarize -P impl wolf -P k 0.10 -I OCR-D-IMG -O OCR-D-001
singocrd ocrd-tesserocr-crop -I OCR-D-001 -O OCR-D-002
singocrd ocrd-olena-binarize -P impl wolf -P k 0.10 -I OCR-D-002 -O OCR-D-003
singocrd ocrd-cis-ocropy-deskew -P level-of-operation page -I OCR-D-003 -O OCR-D-004
singocrd ocrd-eynollah-segment -P models default -I OCR-D-004 -O OCR-D-005
singocrd ocrd-tesserocr-recognize -P textequiv_level word -P model deu -I OCR-D-005 -O OCR-D-OCR |
@jbarth-ubhd Could you please provide the image? I need to reproduce the error first. |
Is in https://digi.ub.uni-heidelberg.de/diglitData/v/duerer1527_-_0_i.tgz , see first post. Named duerer1527/run4/0_i/0_i.tif in .tgz. Need top copy to OCR-D-IMG/00001.tif |
ERROR eynollah - zero-size array to reduction operation minimum which has no identity
presumably eynollah returned exit-status > 0.
Workflow see run.sh in https://digi.ub.uni-heidelberg.de/diglitData/v/duerer1527_-_0_i.tgz
The text was updated successfully, but these errors were encountered: