Aini
Aini
Adding recog_network parameter of EasyOCR to allow users use their own custom recognition model. **Issue resolved by this Pull Request:** Resolves #602 **Checklist:** - [ ] Documentation has been updated,...
In EasyOCR, there is a parameter called **recog_network** that allows users to load their own custom recognition models. You can find the related documentation [here](https://www.jaided.ai/easyocr/documentation/) and [here](https://github.com/JaidedAI/EasyOCR/blob/master/custom_model.md). I wanted to...
I'm trying to fine tune EasyOCR to improve accuracy with digits and special characters. I found this dataset on [Kaggle](https://www.kaggle.com/datasets/loayhassanali/characters-and-digits-for-classification?resource=download) and applied the method outlined in this [tutorial](https://freedium.cfd/https://pub.towardsai.net/how-to-fine-tune-easyocr-to-achieve-better-ocr-performance-1540f5076428). I tested...