mirror of
https://github.com/qurator-spk/eynollah.git
synced 2025-10-27 07:44:12 +01:00
fixup a388de1
This commit is contained in:
parent
e4ce4c593b
commit
05fb64676a
1 changed files with 2 additions and 2 deletions
|
|
@ -1928,8 +1928,8 @@ class Eynollah:
|
|||
|
||||
def get_slopes_and_deskew_new_curved(self, contours_par, textline_mask_tot, boxes,
|
||||
mask_texts_only, num_col, scale_par, slope_deskew):
|
||||
if not len(contours):
|
||||
return [], [], [], []
|
||||
if not len(contours_par):
|
||||
return [], [], []
|
||||
self.logger.debug("enter get_slopes_and_deskew_new_curved")
|
||||
with share_ndarray(textline_mask_tot) as textline_mask_tot_shared:
|
||||
with share_ndarray(mask_texts_only) as mask_texts_only_shared:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue