wolfmanstout / screen-ocr

Easily perform OCR on portions of the screen, choosing from a selection of backends.
Apache License 2.0
37 stars 7 forks source link

replace fuzzywuzzy #1

Closed ghost closed 3 years ago

ghost commented 3 years ago

FuzzyWuzzy is GPL Licensed, which is incompatible with the license used by this project. This Pull Request replaces FuzzyWuzzy with RapidFuzz, which implements the same algorithms. It is licensed in a compatible way (MIT License) and is faster than FuzzyWuzzy.

wolfmanstout commented 3 years ago

Thank you for fixing this! Hope you are enjoying this library.