markup: improve path routines

This commit is contained in:
2020-03-11 18:09:26 -07:00
parent 4c9932a2db
commit 5349455e61
5 changed files with 45 additions and 32 deletions

View File

@ -11,7 +11,7 @@ from pathlib import Path
from pdfminer.psparser import LIT
from .utils import cv2_rect, ensure_dir, set_file_perms, WORKDIR
from .utils import cv2_rect, ensure_dir, set_file_perms
# https://www.pyimagesearch.com/2014/10/20/finding-shapes-images-using-python-opencv/