Add fuzzy search to text searching in text spotting code #503
Labels
enhancement
New feature or request
new feature
text on maps
Integrating text detection and recognition task(s)
Is your feature request related to a problem? Please describe.
Relates to #502 in which I have added the
search_preds
method.At the moment, this accepts regex but doesn't do fuzzy string matching.
We would like to allow users to use fuzzy matching as an option when searching preds.
This can be done with
thefuzz
library.The text was updated successfully, but these errors were encountered: