Skip to content

Commit 5d07a71

Browse files
committed
update readme v1.6
1 parent 9f9889c commit 5d07a71

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ Integrated into [Huggingface Spaces 🤗](https://huggingface.co/spaces) using [
1414

1515

1616
## What's new
17+
- 24 August 2022 - Version 1.6.0
18+
- Restructure code to support alternative text detectors.
19+
- 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')`.
1720
- 2 June 2022 - Version 1.5.0
1821
- Add trainer for CRAFT detection model (thanks[@gmuffiness](https://github.com/gmuffiness), see [PR](https://github.com/JaidedAI/EasyOCR/pull/739))
1922
- 9 April 2022 - Version 1.4.2

releasenotes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
- 24 August 2022 - Version 1.6.0
2+
- Restructure code to support alternative text detectors.
3+
- 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')`.
14
- 2 June 2022 - Version 1.5.0
25
- Add trainer for CRAFT detection model (thanks[@gmuffiness](https://github.com/gmuffiness), see [PR](https://github.com/JaidedAI/EasyOCR/pull/739))
36
- 9 April 2022 - Version 1.4.2

0 commit comments

Comments
 (0)