We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fed84da commit 5282092Copy full SHA for 5282092
ocrd_cis/ocropy/recognize.py
@@ -5,7 +5,7 @@
5
import numpy as np
6
from PIL import Image
7
8
-import Levenshtein
+from rapidfuzz.distance import Levenshtein
9
10
from ocrd_utils import (
11
getLogger,
setup.py
@@ -47,7 +47,7 @@
47
'scikit-image',
48
'networkx',
49
'opencv-python-headless',
50
- 'python-Levenshtein'
+ 'rapidfuzz'
51
],
52
extras_require={
53
'debug': ['matplotlib>3.0.0'],
0 commit comments