update tableocr_pipeline.jpg
This commit is contained in:
parent
10f88ef6b0
commit
8aafd69e12
Binary file not shown.
After Width: | Height: | Size: 24 KiB |
Binary file not shown.
Before Width: | Height: | Size: 26 KiB |
Binary file not shown.
After Width: | Height: | Size: 19 KiB |
|
@ -8,7 +8,7 @@ The ocr of the table mainly contains three models
|
|||
|
||||
The table ocr flow chart is as follows
|
||||
|
||||

|
||||

|
||||
|
||||
1. The coordinates of single-line text is detected by DB model, and then sends it to the recognition model to get the recognition result.
|
||||
2. The table structure and cell coordinates is predicted by RARE model.
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
具体流程图如下
|
||||
|
||||

|
||||

|
||||
|
||||
1. 图片由单行文字检测检测模型到单行文字的坐标,然后送入识别模型拿到识别结果。
|
||||
2. 图片由表格结构和cell坐标预测模型拿到表格的结构信息和单元格的坐标信息。
|
||||
|
@ -17,7 +17,6 @@
|
|||
|
||||
## 2. 使用
|
||||
|
||||
|
||||
### 2.1 训练
|
||||
在这一章节中,我们仅介绍表格结构模型的训练,[文字检测](../../doc/doc_ch/detection.md)和[文字识别](../../doc/doc_ch/recognition.md)的模型训练请参考对应的文档。
|
||||
|
||||
|
|
Loading…
Reference in New Issue