mirror of
https://github.com/qurator-spk/eynollah.git
synced 2025-12-15 15:44:13 +01:00
wip: remove textline_light=True from call to EynollahXmlWriter
This commit is contained in:
parent
58000069cf
commit
dbe06867a6
1 changed files with 1 additions and 2 deletions
|
|
@ -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'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue