mirror of
https://github.com/qurator-spk/eynollah.git
synced 2025-10-30 09:14:15 +01:00
utils.separate_lines: fix import
This commit is contained in:
parent
81d7233e67
commit
f214a39cba
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ from .contour import (
|
||||||
filter_contours_area_of_image
|
filter_contours_area_of_image
|
||||||
)
|
)
|
||||||
from .is_nan import isNaN
|
from .is_nan import isNaN
|
||||||
from .utils import (
|
from . import (
|
||||||
boosting_headers_by_longshot_region_segmentation,
|
boosting_headers_by_longshot_region_segmentation,
|
||||||
crop_image_inside_box,
|
crop_image_inside_box,
|
||||||
find_features_of_lines,
|
find_features_of_lines,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue