mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-06-08 22:29:56 +02:00
✏ Fix typo in $ocrd_olena_binarize_parameters
This commit is contained in:
parent
71d54c6978
commit
460b6c34d1
1 changed files with 2 additions and 2 deletions
|
@ -23,12 +23,12 @@ do_validate() {
|
|||
do_binarization() {
|
||||
# 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-BIN
|
||||
ocrd-olena-binarize \
|
||||
-I OCR-D-IMG -O OCR-D-IMG-BINPAGE \
|
||||
-p "$ocrd_olena_binarize_paramters"
|
||||
-p "$ocrd_olena_binarize_parameters"
|
||||
}
|
||||
|
||||
do_linesegmentation_tesserocr() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue