v1.3
版本发布时间: 2021-03-21 17:44:54
JaidedAI/EasyOCR最新发布版本:v1.7.0(2023-05-25 17:11:38)
- 21 March 2021 - Version 1.3
- Second-generation models: multiple times smaller size, multiple times faster inference, additional characters, comparable accuracy to the first generation models.
EasyOCR will choose the latest model by default but you can also specify which model to use by passing
recog_network
argument when creatingReader
instance. For example,reader = easyocr.Reader(['en','fr'], recog_network = 'latin_g1')
will use the 1st generation Latin model. - List of all models: Model hub
- Second-generation models: multiple times smaller size, multiple times faster inference, additional characters, comparable accuracy to the first generation models.
EasyOCR will choose the latest model by default but you can also specify which model to use by passing
1、 english_g2.zip 13.39MB
2、 japanese_g2.zip 15.32MB
3、 korean_g2.zip 14.22MB
4、 latin_g2.zip 13.62MB
5、 zh_sim_g2.zip 19.35MB