Skip to content

Commit 7174a11

Browse files
authored
Merge pull request #75 from dmMaze/ocr_selected_textblocks
Ocr selected textblocks
2 parents e160e45 + 86d40a4 commit 7174a11

File tree

17 files changed

+443
-77
lines changed

17 files changed

+443
-77
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
# Changelogs
22

33
### 2022-12-30
4-
[v1.3.18](https://github.com/dmMaze/BallonsTranslator/releases/tag/v1.3.18)发布
4+
[v1.3.20](https://github.com/dmMaze/BallonsTranslator/releases/tag/v1.3.20)发布
55
1. 适应具有极端宽高比的图片比如条漫
66
2. 支持粘贴到多个选中的文本编辑框
77
3. 修bug
8+
4. OCR/翻译/修复选中文字区域, 填字样式会继承选中的文字框自己的
9+
单行文本建议选用ctc_48px, 多行日文选mangocr, 目前对多行其它语言不太行, 需要重新训练检测模型
10+
<img src="doc/src/ocrselected.gif" div align=center>
811

912
### 2022-11-29
1013
[v1.3.15](https://github.com/dmMaze/BallonsTranslator/releases/tag/v1.3.15)发布

CHANGELOG_EN.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
# Changelogs
22

3-
### 2022-12-30
4-
[v1.3.18](https://github.com/dmMaze/BallonsTranslator/releases/tag/v1.3.18) released
3+
### 2022-12-31
4+
[v1.3.20](https://github.com/dmMaze/BallonsTranslator/releases/tag/v1.3.20) released
55
1. Adapted to images with extreme aspect ratio such as webtoons
66
2. Support paste text to multiple selected Text blocks.
77
3. Bugfixes
8+
4. OCR/Translate/Inpaint selected text blocks
9+
lettering style will inherit from corresponding selected block.
10+
ctc_48px is more recommended for single line text, mangocr for multi-line Japanese, need to retrain detection model to perform better
11+
<img src="doc/src/ocrselected.gif" div align=center>
812

913
### 2022-11-29
1014
[v1.3.15](https://github.com/dmMaze/BallonsTranslator/releases/tag/v1.3.15) released

ballontranslator/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# 1. MAJOR version when you make incompatible API changes;
55
# 2. MINOR version when you add functionality in a backwards-compatible manner;
66
# 3. PATCH version when you make backwards-compatible bug fixes.
7-
__version__ = "1.3.19"
7+
__version__ = "1.3.20"
638 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)