diff --git a/README.md b/README.md index bd894624d9..61085bfbd8 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,9 @@ Integrated into [Huggingface Spaces 🤗](https://huggingface.co/spaces) using [ ## What's new +- 24 August 2022 - Version 1.6.0 + - Restructure code to support alternative text detectors. + - 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')`. - 2 June 2022 - Version 1.5.0 - Add trainer for CRAFT detection model (thanks[@gmuffiness](https://github.com/gmuffiness), see [PR](https://github.com/JaidedAI/EasyOCR/pull/739)) - 9 April 2022 - Version 1.4.2 diff --git a/releasenotes.md b/releasenotes.md index 4d8a50ef43..311c40860c 100644 --- a/releasenotes.md +++ b/releasenotes.md @@ -1,3 +1,6 @@ +- 24 August 2022 - Version 1.6.0 + - Restructure code to support alternative text detectors. + - 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')`. - 2 June 2022 - Version 1.5.0 - Add trainer for CRAFT detection model (thanks[@gmuffiness](https://github.com/gmuffiness), see [PR](https://github.com/JaidedAI/EasyOCR/pull/739)) - 9 April 2022 - Version 1.4.2