File tree Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Original file line number Diff line number Diff 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 ) )
Original file line number Diff line number Diff line change 11from .easyocr import Reader
22
3- __version__ = '1.4.1 '
3+ __version__ = '1.4.2 '
Original file line number Diff line number Diff line change 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 ) )
Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments