Skip to content

Commit 4ee282a

Browse files
committed
update v1.6.2
1 parent 24bf71c commit 4ee282a

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

README.md

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

1515

1616
## What's new
17+
- 15 September 2022 - Version 1.6.2
18+
- Add CPU support for DBnet
19+
- DBnet will only be compiled when users initialize DBnet detector.
1720
- 1 September 2022 - Version 1.6.1
18-
- Fix DBNET path bug for Windows
21+
- Fix DBnet path bug for Windows
1922
- Add new built-in model `cyrillic_g2`. This model is a new default for Cyrillic script.
2023
- 24 August 2022 - Version 1.6.0
2124
- Restructure code to support alternative text detectors.
22-
- 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')`. *Currently, DBNet text detector requires running with GPU.*
25+
- 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')`.
2326
- 2 June 2022 - Version 1.5.0
2427
- Add trainer for CRAFT detection model (thanks[@gmuffiness](https://github.com/gmuffiness), see [PR](https://github.com/JaidedAI/EasyOCR/pull/739))
2528
- 9 April 2022 - Version 1.4.2

releasenotes.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1+
- 15 September 2022 - Version 1.6.2
2+
- Add CPU support for DBnet
3+
- DBNet will only be compiled when users initialize DBnet detector.
14
- 1 September 2022 - Version 1.6.1
2-
- Fix DBNET path bug for Windows
5+
- Fix DBNet path bug for Windows
36
- Add new built-in model `cyrillic_g2`. This model is a new default for Cyrillic script.
47
- 24 August 2022 - Version 1.6.0
58
- Restructure code to support alternative text detectors.
6-
- 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')`. *Currently, DBNet text detector requires running with GPU.*
9+
- 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')`. *Currently, DBNet text detector requires running with GPU.*
710
- 2 June 2022 - Version 1.5.0
811
- Add trainer for CRAFT detection model (thanks[@gmuffiness](https://github.com/gmuffiness), see [PR](https://github.com/JaidedAI/EasyOCR/pull/739))
912
- 9 April 2022 - Version 1.4.2

0 commit comments

Comments
 (0)