|
9 | 9 | Ready-to-use OCR with 70+ languages supported including Chinese, Japanese, Korean and Thai. |
10 | 10 |
|
11 | 11 | ## What's new |
| 12 | +- 17 November 2020 - Version 1.2 |
| 13 | + - 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. |
12 | 14 | - 12 October 2020 - Version 1.1.10 |
13 | 15 | - Faster `beamsearch` decoder (thanks @amitbcp) |
14 | 16 | - Better code structure (thanks @susmith98) |
@@ -99,15 +101,20 @@ Result: |
99 | 101 | Model weight for chosen language will be automatically downloaded or you can |
100 | 102 | download it manually from the following links and put it in '~/.EasyOCR/model' folder |
101 | 103 |
|
102 | | -- [text detection model (CRAFT)](https://drive.google.com/file/d/1tdItXPoFFeKBtkxb9HBYdBGo-SyMg1m0/view?usp=sharing) |
103 | | -- [latin model](https://drive.google.com/file/d/1M7Lj3OtUsaoppD4ZKudjepzCMsXKlxp3/view?usp=sharing) |
104 | | -- [chinese (traditional) model](https://drive.google.com/file/d/1xWyQC9NIZHNtgz57yofgj2N91rpwBrjh/view?usp=sharing) |
105 | | -- [chinese (simplified) model](https://drive.google.com/file/d/1-jN_R1M4tdlWunRnD5T_Yqb7Io5nNJoR/view?usp=sharing) |
106 | | -- [japanese model](https://drive.google.com/file/d/1ftAeVI6W8HvpLL1EwrQdvuLss23vYqPu/view?usp=sharing) |
107 | | -- [korean model](https://drive.google.com/file/d/1UBKX7dHybcwKK_i2fYx_CXaL1hrTzQ6y/view?usp=sharing) |
108 | | -- [thai model](https://drive.google.com/file/d/14BEuxcfmS0qWi3m9RsxwcUsjavM3rFMa/view?usp=sharing) |
109 | | -- [devanagari model](https://drive.google.com/file/d/1uCiMuBl8H8GAwapEjYUVYYdoOivyGzel/view?usp=sharing) |
110 | | -- [cyrillic model](https://drive.google.com/file/d/1SBmKXV5dpN5Cekacqk3ms1xq3dGbDuu1/view?usp=sharing) |
| 104 | +- [text detection model (CRAFT)](https://github.com/JaidedAI/EasyOCR/releases/download/pre-v1.1.6/craft_mlt_25k.zip) |
| 105 | +- [latin model](https://github.com/JaidedAI/EasyOCR/releases/download/pre-v1.1.6/latin.zip) |
| 106 | +- [chinese (traditional) model](https://github.com/JaidedAI/EasyOCR/releases/download/pre-v1.1.6/chinese.zip) |
| 107 | +- [chinese (simplified) model](https://github.com/JaidedAI/EasyOCR/releases/download/pre-v1.1.6/chinese_sim.zip) |
| 108 | +- [japanese model](https://github.com/JaidedAI/EasyOCR/releases/download/pre-v1.1.6/japanese.zip) |
| 109 | +- [korean model](https://github.com/JaidedAI/EasyOCR/releases/download/pre-v1.1.6/korean.zip) |
| 110 | +- [thai model](https://github.com/JaidedAI/EasyOCR/releases/download/pre-v1.1.6/thai.zip) |
| 111 | +- [devanagari model](https://github.com/JaidedAI/EasyOCR/releases/download/pre-v1.1.6/devanagari.zip) |
| 112 | +- [cyrillic model](https://github.com/JaidedAI/EasyOCR/releases/download/pre-v1.1.6/cyrillic.zip) |
| 113 | +- [arabic model](https://github.com/JaidedAI/EasyOCR/releases/download/pre-v1.1.6/arabic.zip) |
| 114 | +- [tamil model](https://github.com/JaidedAI/EasyOCR/releases/download/v1.1.7/tamil.zip) |
| 115 | +- [bengali model](https://github.com/JaidedAI/EasyOCR/releases/download/v1.1.8/bengali.zip) |
| 116 | +- [telugu model](https://github.com/JaidedAI/EasyOCR/releases/download/v1.1.11/telugu.zip) |
| 117 | +- [kannada model](https://github.com/JaidedAI/EasyOCR/releases/download/v1.1.11/kannada.zip) |
111 | 118 |
|
112 | 119 | In case you do not have GPU or your GPU has low memory, you can run it in CPU mode by adding gpu = False |
113 | 120 |
|
|
0 commit comments