From 5d07a71103c1f974e8af670168f87f81e851694f Mon Sep 17 00:00:00 2001 From: rkcosmos Date: Wed, 24 Aug 2022 10:45:07 +0700 Subject: [PATCH] update readme v1.6 --- README.md | 3 +++ releasenotes.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/README.md b/README.md index bd894624d..61085bfbd 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 4d8a50ef4..311c40860 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