Skip to content

Commit

Permalink
ragequit debugging block-segmentation, disable it
Browse files Browse the repository at this point in the history
  • Loading branch information
kba committed May 20, 2021
1 parent ce8a823 commit 3237b70
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ test: assets-clean assets

# Run CLI tests
cli-test: assets-clean assets \
test-binarize test-deskew test-crop test-tiseg test-block-segmentation test-textline test-layout-analysis
test-binarize test-deskew test-crop test-tiseg test-textline test-layout-analysis

# Test binarization CLI
test-binarize:
Expand All @@ -133,7 +133,7 @@ test-block-segmentation:

# Test textline extraction CLI
test-textline:
ocrd-anybaseocr-textline -m $(TESTDATA)/mets.xml -I OCR-D-BLOCK-SEGMENT -O TL-TEST
ocrd-anybaseocr-textline -m $(TESTDATA)/mets.xml -I TISEG-TEST -O TL-TEST

# Test document structure analysis CLI
test-layout-analysis:
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ ocrd-anybaseocr-textline \
-O OCR-D-PAGE-TL
```

<!--
## Block Segmenter
### Method Behaviour
Expand All @@ -148,6 +149,7 @@ ocrd-anybaseocr-block-segmenter \
-I OCR-IMG \
-O OCR-D-PAGE-BLOCK
```
-->

## Document Analyser

Expand Down

0 comments on commit 3237b70

Please sign in to comment.