Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wangsen
paddle_dbnet
Commits
b1fb062d
Unverified
Commit
b1fb062d
authored
Aug 03, 2021
by
MissPenguin
Committed by
GitHub
Aug 03, 2021
Browse files
Update README_ch.md
parent
933326a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
ppstructure/table/README_ch.md
ppstructure/table/README_ch.md
+4
-4
No files found.
ppstructure/table/README_ch.md
View file @
b1fb062d
# 表格
结构化
# 表格
识别
## 1. 表格
结构化
pi
n
eline
表格
的ocr
主要包含三个模型
## 1. 表格
识别
pi
p
eline
表格
识别
主要包含三个模型
1.
单行文本检测-DB
2.
单行文本识别-CRNN
3.
表格结构和cell坐标预测-RARE
...
...
@@ -91,4 +91,4 @@ python3 table/eval_table.py --det_model_dir=path/to/det_model_dir --rec_model_di
```
python
cd
PaddleOCR
/
ppstructure
python3
table
/
predict_table
.
py
--
det_model_dir
=
path
/
to
/
det_model_dir
--
rec_model_dir
=
path
/
to
/
rec_model_dir
--
table_model_dir
=
path
/
to
/
table_model_dir
--
image_dir
=
..
/
doc
/
table
/
1.
png
--
rec_char_dict_path
=
..
/
ppocr
/
utils
/
dict
/
table_dict
.
txt
--
table_char_dict_path
=
..
/
ppocr
/
utils
/
dict
/
table_structure_dict
.
txt
--
rec_char_type
=
EN
--
det_limit_side_len
=
736
--
det_limit_type
=
min
--
output
..
/
output
/
table
```
\ No newline at end of file
```
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment