Releases: JaidedAI/EasyOCR
Releases · JaidedAI/EasyOCR
v1.3.2
v1.3.1
v1.3
- 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 passingrecog_networkargument when creatingReaderinstance.
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.
v1.2.5
v1.2.4
1.2.3
1.2.2
- 5 January 2021 - Version 1.2.2
- Add
optimal_num_charstodetectmethod. If specified, bounding boxes with estimated number of characters near this value are returned first. (thanks @adamfrees) - Add
rotation_infotoreadtextmethod. Allow EasyOCR to rotate each text box and return the one with the best confident score. Eligible values are 90, 180 and 270. For example, try [90, 180 ,270] for all possible text orientations. (thanks @mijoo308) - Update documentation.
- Add
v1.2
New language supports for Telugu and Kannada. These are experimental lite recognition models. Their file sizes are only around 7% of other models and they are ~6x faster at inference with CPU.
This release is also a preparation for user-created models/architectures in the future.
1.1.10
- 12 October 2020 - Version 1.1.10
- Faster
beamsearchdecoder (thanks @amitbcp) - Better code structure (thanks @susmith98)
- New language supports for Haryanvi(bgc), Sanskrit(sa) (Devanagari Script) and Manipuri(mni) (Bengari Script)
- Faster
- 31 August 2020 - Version 1.1.9
- Add
detectandrecognizemethod for performing text detection and recognition separately
- Add
v1.1.8
- 23 August 2020 - Version 1.1.8
- 20 new language supports for Bengali, Assamese, Abaza, Adyghe, Kabardian, Avar,
Dargwa, Ingush, Chechen, Lak, Lezgian, Tabassaran, Bihari, Maithili, Angika,
Bhojpuri, Magahi, Nagpuri, Newari, Goan Konkani - Support RGBA input format
- Add
min_sizeargument forreadtext: for filtering out small text box
- 20 new language supports for Bengali, Assamese, Abaza, Adyghe, Kabardian, Avar,