Skip to content

Commit ced679b

Browse files
committed
train
1 parent 35e249d commit ced679b

File tree

5 files changed

+7431
-15
lines changed

5 files changed

+7431
-15
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ __pycache__/
33
*.py[cod]
44
imgs
55
cut
6+
cls
7+
*.swp
8+
*.bak
69

710
# C extensions
811
*.so

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,7 @@ ebook of duokan ocr
1818
切割好行按照垂直投影图切割字符:
1919

2020
![](https://github.com/Shu-Ji/ebook-chinese-ocr/raw/master/docs/cut_to_words.png)
21+
22+
修正左右结构被切割:
23+
24+
![](https://github.com/Shu-Ji/ebook-chinese-ocr/raw/master/docs/fixed-left-right-structure.png)

0 commit comments

Comments
 (0)