EasyOCR
EasyOCR copied to clipboard
Separator_list from config not used
The variable separator_list
in config.py is not used anywhere.
https://github.com/JaidedAI/EasyOCR/blob/c999505ef6b43be1c4ee36aa04ad979175178352/easyocr/config.py#L45-L48
Wouldn't it be better to initialize this variable to the config value? https://github.com/JaidedAI/EasyOCR/blob/c999505ef6b43be1c4ee36aa04ad979175178352/easyocr/easyocr.py#L95