From 9c31d604e96d015543be91ae2ea6a4b622fd4ba1 Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Thu, 16 Jan 2020 16:34:03 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Update=20ocrd-sbb-textline-detector?= =?UTF-8?q?=20command?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- my_ocrd_workflow | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/my_ocrd_workflow b/my_ocrd_workflow index 43b97bc..37bfc6e 100755 --- a/my_ocrd_workflow +++ b/my_ocrd_workflow @@ -85,7 +85,7 @@ do_linesegmentation_sbb() { remove_filegrp OCR-D-SEG-REGION mets.xml remove_filegrp OCR-D-SEG-LINE mets.xml - ocrd_sbb_textline_detector -l $LOG_LEVEL \ + ocrd-sbb-textline-detector -l $LOG_LEVEL \ -m mets.xml -I OCR-D-IMG-BINPAGE -O OCR-D-SEG-LINE \ -p '{"model": "/var/lib/textline_detection"}' }