✏ Fix typo in $ocrd_olena_binarize_parameters

pull/27/head
Gerber, Mike 5 years ago
parent 71d54c6978
commit 460b6c34d1

@ -23,12 +23,12 @@ do_validate() {
do_binarization() { do_binarization() {
# Binarize the images # Binarize the images
ocrd_olena_binarize_paramters='{"impl": "sauvola-ms-split"}' ocrd_olena_binarize_parameters='{"impl": "sauvola-ms-split"}'
ocrd workspace remove-group -rf OCR-D-IMG-BINPAGE ocrd workspace remove-group -rf OCR-D-IMG-BINPAGE
ocrd workspace remove-group -rf OCR-D-IMG-BIN ocrd workspace remove-group -rf OCR-D-IMG-BIN
ocrd-olena-binarize \ ocrd-olena-binarize \
-I OCR-D-IMG -O OCR-D-IMG-BINPAGE \ -I OCR-D-IMG -O OCR-D-IMG-BINPAGE \
-p "$ocrd_olena_binarize_paramters" -p "$ocrd_olena_binarize_parameters"
} }
do_linesegmentation_tesserocr() { do_linesegmentation_tesserocr() {

Loading…
Cancel
Save