wip: remove textline_light=True from call to EynollahXmlWriter

This commit is contained in:
kba 2025-12-10 14:24:32 +01:00
parent 58000069cf
commit dbe06867a6

View file

@ -277,8 +277,7 @@ class Eynollah:
self.writer = EynollahXmlWriter( self.writer = EynollahXmlWriter(
dir_out=dir_out, dir_out=dir_out,
image_filename=image_filename, image_filename=image_filename,
curved_line=self.curved_line, curved_line=self.curved_line)
textline_light = True)
def imread(self, grayscale=False, uint8=True): def imread(self, grayscale=False, uint8=True):
key = 'img' key = 'img'