Skip to content

Commit

Permalink
Remove parameter "operation_level" for region segmentation
Browse files Browse the repository at this point in the history
`ocrd-tesserocr-segment-region` does not have it.

Fixes bertsky#6
  • Loading branch information
wrznr committed Jan 15, 2020
1 parent 416cb0d commit 9fd7628
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ BLOCK = OCR-D-SEG-BLOCK-tesseract

$(BLOCK): $(DESK)
$(BLOCK): TOOL = ocrd-tesserocr-segment-region
$(BLOCK): PARAMS = "operation_level": "region"

CLIP = $(BLOCK)-CLIP

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ BLOCK = OCR-D-SEG-BLOCK-tesseract

$(BLOCK): $(DESK)
$(BLOCK): TOOL = ocrd-tesserocr-segment-region
$(BLOCK): PARAMS = "operation_level": "region"

CLIP = $(BLOCK)-CLIP

Expand Down

0 comments on commit 9fd7628

Please sign in to comment.