From 6c0bfba686c49da2e78a020e0b80c384413ab397 Mon Sep 17 00:00:00 2001 From: Clemens Neudecker <952378+cneud@users.noreply.github.com> Date: Fri, 6 Dec 2019 02:21:04 +0100 Subject: [PATCH] fix typos --- qurator/sbb_textline_detector/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qurator/sbb_textline_detector/main.py b/qurator/sbb_textline_detector/main.py index 249bf1b..3813bda 100644 --- a/qurator/sbb_textline_detector/main.py +++ b/qurator/sbb_textline_detector/main.py @@ -1378,7 +1378,7 @@ class textlineerkenner: def run(self): - #get image and sclaes, then extract the page of scanned image + #get image and scales, then extract the page of scanned image t1=time.time() self.get_image_and_scales() image_page,page_coord=self.extract_page()