mirror of
https://github.com/qurator-spk/eynollah.git
synced 2025-06-15 07:09:55 +02:00
Eynollah: remove useless 'pcgts' attr
This commit is contained in:
parent
9dc33db108
commit
ffeb4a343d
1 changed files with 1 additions and 3 deletions
|
@ -257,7 +257,6 @@ class Eynollah:
|
||||||
self.num_col_lower = int(num_col_lower)
|
self.num_col_lower = int(num_col_lower)
|
||||||
else:
|
else:
|
||||||
self.num_col_lower = num_col_lower
|
self.num_col_lower = num_col_lower
|
||||||
self.pcgts = pcgts
|
|
||||||
if not dir_in:
|
if not dir_in:
|
||||||
self.plotter = None if not enable_plotting else EynollahPlotter(
|
self.plotter = None if not enable_plotting else EynollahPlotter(
|
||||||
dir_out=self.dir_out,
|
dir_out=self.dir_out,
|
||||||
|
@ -407,8 +406,7 @@ class Eynollah:
|
||||||
dir_out=self.dir_out,
|
dir_out=self.dir_out,
|
||||||
image_filename=self.image_filename,
|
image_filename=self.image_filename,
|
||||||
curved_line=self.curved_line,
|
curved_line=self.curved_line,
|
||||||
textline_light = self.textline_light,
|
textline_light = self.textline_light)
|
||||||
pcgts=self.pcgts)
|
|
||||||
|
|
||||||
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