mirror of
https://github.com/qurator-spk/sbb_textline_detection.git
synced 2025-06-09 11:50:02 +02:00
🚧 sbb_textline_detector: XXX image_dir is probably a file, not dir
This commit is contained in:
parent
5fd04677f9
commit
b960d00018
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ __doc__ = \
|
|||
|
||||
class textlineerkenner:
|
||||
def __init__(self, image_dir, dir_out, f_name, dir_models):
|
||||
self.image_dir = image_dir
|
||||
self.image_dir = image_dir # XXX This does not seem to be a directory as the name suggests, but a file
|
||||
self.dir_out = dir_out
|
||||
self.f_name = f_name
|
||||
if self.f_name is None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue