ver Mar4th

updated range-wise fuzzy match mode for compare_table
This commit is contained in:
David Chang
2024-03-04 15:08:41 +08:00
parent dab7f196c4
commit e98cd6b701
3 changed files with 111 additions and 31 deletions

View File

@@ -13,7 +13,7 @@ from odf.text import P
from odf.text import Span
from skimage.color import deltaE_ciede2000
from skimage.color import rgb2lab
from fuzzywuzzy import fuzz
from rapidfuzz import fuzz
logger = logging.getLogger("desktopenv.metric.docs")