Skip to content

Commit

Permalink
adapt binarizer test
Browse files Browse the repository at this point in the history
  • Loading branch information
bertsky committed Feb 11, 2024
1 parent 80c92b5 commit 8d038ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Added:

Changed:

* binarize: :fire: renamed `level-of-operation=block` to `region`
* segment: existing segmentation will be masked away (unless `overwrite_segments`)

## [0.3.1] - 2023-08-17
Expand Down
2 changes: 1 addition & 1 deletion tests/test_binarize.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def test_binarize_regions(workspace):
workspace,
input_file_grp="OCR-D-GT-PAGE",
output_file_grp="OCR-D-IMG-BIN-KRAKEN",
parameter={'level-of-operation': 'block'}
parameter={'level-of-operation': 'region'}
)
proc.process()
workspace.save_mets()
Expand Down

0 comments on commit 8d038ed

Please sign in to comment.