You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-14Lines changed: 6 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,8 @@
9
9
Ready-to-use OCR with 80+ languages supported including Chinese, Japanese, Korean and Thai.
10
10
11
11
## What's new
12
+
- 7 February 2021 - Version 1.2.4
13
+
- Faster CPU inference speed by using dynamic input shape (recognition rate increases by around 100% for images with a lot of text)
12
14
- 1 February 2021 - Version 1.2.3
13
15
- Add `setLanguageList` method to `Reader` class. This is a convenient api for changing languages (within the same model) after creating class instance.
14
16
- Small change on text box merging. (thanks [z-pc](https://github.com/z-pc), see [PR](https://github.com/JaidedAI/EasyOCR/pull/338))
@@ -17,14 +19,6 @@ Ready-to-use OCR with 80+ languages supported including Chinese, Japanese, Korea
17
19
- Add `optimal_num_chars` to `detect` method. If specified, bounding boxes with estimated number of characters near this value are returned first. (thanks [@adamfrees](https://github.com/adamfrees))
18
20
- Add `rotation_info` to `readtext` method. 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](https://github.com/mijoo308))
- 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.
22
-
- 12 October 2020 - Version 1.1.10
23
-
- Faster `beamsearch` decoder (thanks @amitbcp)
24
-
- Better code structure (thanks @susmith98)
25
-
- New language supports for Haryanvi(bgc), Sanskrit(sa) (Devanagari Script) and Manipuri(mni) (Bengari Script)
26
-
- 31 August 2020 - Version 1.1.9
27
-
- Add `detect` and `recognize` method for performing text detection and recognition separately
28
22
29
23
-[Read all released notes](https://github.com/JaidedAI/EasyOCR/blob/master/releasenotes.md)
30
24
@@ -44,6 +38,10 @@ Ready-to-use OCR with 80+ languages supported including Chinese, Japanese, Korea
44
38
45
39
We are currently supporting 80+ languages. See [list of supported languages](https://www.jaided.ai/easyocr).
46
40
41
+
## Demo
42
+
43
+
[Try our demo on website: Jaided AI](https://www.jaided.ai/easyocr)
44
+
47
45
## Installation
48
46
49
47
Install using `pip` for stable release,
@@ -62,12 +60,6 @@ Note 1: for Windows, please install torch and torchvision first by following the
62
60
63
61
Note 2: We also provide Dockerfile [here](https://github.com/JaidedAI/EasyOCR/blob/master/Dockerfile).
Copy file name to clipboardExpand all lines: releasenotes.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,5 @@
1
+
- 7 February 2021 - Version 1.2.4
2
+
- Faster CPU inference speed by using dynamic input shape (recognition rate increases by around 100% for images with a lot of text)
1
3
- 1 February 2021 - Version 1.2.3
2
4
- Add `setLanguageList` method to `Reader` class. This is a convenient api for changing languages (within the same model) after creating class instance.
3
5
- Small change on text box merging. (thanks [z-pc](https://github.com/z-pc), see [PR](https://github.com/JaidedAI/EasyOCR/pull/338))
0 commit comments