🚧 sbb_textline_detector: XXX image_dir is probably a file, not dir

This commit is contained in:
Gerber, Mike 2019-10-11 13:12:32 +02:00
parent 5fd04677f9
commit b960d00018

View file

@ -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: