refactor: remove needless module

This commit is contained in:
2023-10-01 04:00:06 +08:00
parent 2b01f68a73
commit 0d8e4dea8e
5 changed files with 0 additions and 242 deletions

View File

@ -8,7 +8,6 @@ from PIL import Image
from ....crop import crop_xywh
from ....ocr import FixRects, ocr_digits_by_contour_knn, preprocess_hog
from ....phash_db import ImagePHashDatabase
from ....sift_db import SIFTDatabase
from ....types import Mat, cv2_ml_KNearest
from ....utils import construct_int_xywh_rect
from ...shared import B30OcrResultItem