mirror of
https://github.com/qurator-spk/eynollah.git
synced 2025-06-13 06:09:53 +02:00
Merge pull request #12 from qurator-spk/import-typo
fix import {,.}utils.xml, ht @bertsky
This commit is contained in:
commit
c7d509bb2c
2 changed files with 3 additions and 3 deletions
|
@ -29,7 +29,7 @@ warnings.filterwarnings("ignore")
|
||||||
from scipy.signal import find_peaks
|
from scipy.signal import find_peaks
|
||||||
from scipy.ndimage import gaussian_filter1d
|
from scipy.ndimage import gaussian_filter1d
|
||||||
from shapely import geometry
|
from shapely import geometry
|
||||||
import xml.etree.ElementTree as ET#from lxml import etree as ET
|
from lxml import etree as ET
|
||||||
from matplotlib import pyplot, transforms
|
from matplotlib import pyplot, transforms
|
||||||
import matplotlib.patches as mpatches
|
import matplotlib.patches as mpatches
|
||||||
import imutils
|
import imutils
|
||||||
|
@ -113,7 +113,7 @@ from .utils import (
|
||||||
return_boxes_of_images_by_order_of_reading_new,
|
return_boxes_of_images_by_order_of_reading_new,
|
||||||
)
|
)
|
||||||
|
|
||||||
from utils.xml import create_page_xml
|
from .utils.xml import create_page_xml
|
||||||
|
|
||||||
|
|
||||||
SLOPE_THRESHOLD = 0.13
|
SLOPE_THRESHOLD = 0.13
|
||||||
|
|
|
@ -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