Skip to content

Commit ab13349

Browse files
committed
v1.4.2
1 parent 393c2d9 commit ab13349

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ Ready-to-use OCR with 80+ [supported languages](https://www.jaided.ai/easyocr) a
1111
[Try Demo on our website](https://www.jaided.ai/easyocr)
1212

1313
## What's new
14+
- 9 April 2022 - Version 1.4.2
15+
- Update dependencies (opencv and pillow issues)
1416
- 11 September 2021 - Version 1.4.1
1517
- Add trainer folder
1618
- Add `readtextlang` method (thanks[@arkya-art](https://github.com/arkya-art), see [PR](https://github.com/JaidedAI/EasyOCR/pull/525))

easyocr/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from .easyocr import Reader
22

3-
__version__ = '1.4.1'
3+
__version__ = '1.4.2'

releasenotes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
- 9 April 2022 - Version 1.4.2
2+
- Update dependencies (opencv and pillow issues)
13
- 11 September 2021 - Version 1.4.1
24
- Add trainer folder
35
- Add `readtextlang` method (thanks[@arkya-art](https://github.com/arkya-art), see [PR](https://github.com/JaidedAI/EasyOCR/pull/525))

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def readme():
1717
name='easyocr',
1818
packages=['easyocr'],
1919
include_package_data=True,
20-
version='1.4.1',
20+
version='1.4.2',
2121
install_requires=requirements,
2222
entry_points={"console_scripts": ["easyocr= easyocr.cli:main"]},
2323
license='Apache License 2.0',

0 commit comments

Comments
 (0)