Skip to content

Commit

Permalink
add sbb_textline_detector
Browse files Browse the repository at this point in the history
  • Loading branch information
kba authored and stweil committed Dec 6, 2019
1 parent 2557ad3 commit 9f794e5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,6 @@
[submodule "workflow-configuration"]
path = workflow-configuration
url = https://github.com/bertsky/workflow-configuration
[submodule "sbb_textline_detector"]
path = sbb_textline_detector
url = https://github.com/qurator-spk/sbb_textline_detector
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,10 @@ OCRD_TYPECLASS += $(BIN)/typegroups-classifier

$(OCRD_TYPECLASS): ocrd_typegroups_classifier

OCRD_EXECUTABLES += $(SBB_LINE_DETECTOR)
SBB_LINE_DETECTOR := $(BIN)/ocrd-sbb-line-detector
$(SBB_LINE_DETECTOR): sbb_textline_detector

OCRD_EXECUTABLES += $(WORKFLOW_CONFIGURATION)
CUSTOM_INSTALL += $(WORKFLOW_CONFIGURATION)
CUSTOM_DEPS += workflow-configuration
Expand Down
1 change: 1 addition & 0 deletions sbb_textline_detector
Submodule sbb_textline_detector added at 1c4dda

0 comments on commit 9f794e5

Please sign in to comment.