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
+2-25Lines changed: 2 additions & 25 deletions
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,8 @@ Integrated into [Huggingface Spaces 🤗](https://huggingface.co/spaces) using [
14
14
15
15
16
16
## What's new
17
+
- 4 September 2023 - Version 1.7.1
18
+
- Fix several compatibilities
17
19
- 25 May 2023 - Version 1.7.0
18
20
- Add Apple Silicon support (thanks[@rayeesoft](https://github.com/rayeesoft) and [@ArtemBernatskyy](https://github.com/ArtemBernatskyy), see [PR](https://github.com/JaidedAI/EasyOCR/pull/1004))
19
21
- Fix several compatibilities
@@ -28,31 +30,6 @@ Integrated into [Huggingface Spaces 🤗](https://huggingface.co/spaces) using [
28
30
- Add detector `DBnet`, see [paper](https://arxiv.org/abs/2202.10304v1). It can be used by initializing like this `reader = easyocr.Reader(['en'], detect_network = 'dbnet18')`.
29
31
- 2 June 2022 - Version 1.5.0
30
32
- Add trainer for CRAFT detection model (thanks[@gmuffiness](https://github.com/gmuffiness), see [PR](https://github.com/JaidedAI/EasyOCR/pull/739))
31
-
- 9 April 2022 - Version 1.4.2
32
-
- Update dependencies (opencv and pillow issues)
33
-
- 11 September 2021 - Version 1.4.1
34
-
- Add trainer folder
35
-
- Add `readtextlang` method (thanks[@arkya-art](https://github.com/arkya-art), see [PR](https://github.com/JaidedAI/EasyOCR/pull/525))
36
-
- Extend `rotation_info` argument to support all possible angles (thanks[abde0103](https://github.com/abde0103), see [PR](https://github.com/JaidedAI/EasyOCR/pull/515))
37
-
- 29 June 2021 - Version 1.4
38
-
-[Instructions](https://github.com/JaidedAI/EasyOCR/blob/master/custom_model.md) on training/using custom recognition models
39
-
- Example [dataset](https://www.jaided.ai/easyocr/modelhub) for model training
40
-
- Batched image inference for GPUs (thanks [@SamSamhuns](https://github.com/SamSamhuns), see [PR](https://github.com/JaidedAI/EasyOCR/pull/458))
41
-
- Vertical text support (thanks [@interactivetech](https://github.com/interactivetech)). This is for rotated text, not to be confused with vertical Chinese or Japanese text. (see [PR](https://github.com/JaidedAI/EasyOCR/pull/450))
42
-
- Output in dictionary format (thanks [@A2va](https://github.com/A2va), see [PR](https://github.com/JaidedAI/EasyOCR/pull/441))
- Fix bug when a text box's aspect ratio is disproportional (thanks [iQuartic](https://iquartic.com/) for bug report)
46
-
- 20 April 2021 - Version 1.3.1
47
-
- Add support for PIL image (thanks [@prays](https://github.com/prays))
48
-
- Add Tajik language (tjk)
49
-
- Update argument setting for command line
50
-
- Add `x_ths` and `y_ths` to control merging behavior when `paragraph=True`
51
-
- 21 March 2021 - Version 1.3
52
-
- Second-generation models: multiple times smaller size, multiple times faster inference, additional characters and comparable accuracy to the first generation models.
53
-
EasyOCR will choose the latest model by default but you can also specify which model to use by passing `recog_network` argument when creating a `Reader` instance.
54
-
For example, `reader = easyocr.Reader(['en','fr'], recog_network='latin_g1')` will use the 1st generation Latin model
55
-
- List of all models: [Model hub](https://www.jaided.ai/easyocr/modelhub)
56
33
57
34
-[Read all release notes](https://github.com/JaidedAI/EasyOCR/blob/master/releasenotes.md)
Copy file name to clipboardExpand all lines: releasenotes.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,5 @@
1
+
- 4 September 2023 - Version 1.7.1
2
+
- Fix several compatibilities
1
3
- 25 May 2023 - Version 1.7.0
2
4
- Add Apple Silicon support (thanks[@rayeesoft](https://github.com/rayeesoft) and [@ArtemBernatskyy](https://github.com/ArtemBernatskyy), see [PR](https://github.com/JaidedAI/EasyOCR/pull/1004))
0 commit comments