From dbe06867a685689bb99aab19f919d2b5333c1974 Mon Sep 17 00:00:00 2001 From: kba Date: Wed, 10 Dec 2025 14:24:32 +0100 Subject: [PATCH] wip: remove textline_light=True from call to EynollahXmlWriter --- src/eynollah/eynollah.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/eynollah/eynollah.py b/src/eynollah/eynollah.py index 969b63f..7cdb327 100644 --- a/src/eynollah/eynollah.py +++ b/src/eynollah/eynollah.py @@ -277,8 +277,7 @@ class Eynollah: self.writer = EynollahXmlWriter( dir_out=dir_out, image_filename=image_filename, - curved_line=self.curved_line, - textline_light = True) + curved_line=self.curved_line) def imread(self, grayscale=False, uint8=True): key = 'img'