mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-07-01 17:39:54 +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() {
|
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…
Add table
Add a link
Reference in a new issue