iblub
Results
2
comments of
iblub
You could try to: - finetune the model on your dataset - use some heuristics if you have expert knowledge - change some hyperparameters for the default recognizer https://github.com/JaidedAI/EasyOCR/blob/627503d0e8aa123ad294e46502b51ff18cd11bb3/easyocr/easyocr.py#L299
You can download the latin model from the official website and configure it in the .yaml as a starting point Model hub: https://www.jaided.ai/easyocr/modelhub/ in your config.yaml `saved_model: "saved_models/latin/latin_g2.pth"` (or whatever...