diff --git a/doc/doc_ch/table_recognition.md b/doc/doc_ch/table_recognition.md index e076149441eca410a25578fac8214862dfea1020..156ba80e37d268ab419ca8f301ed5703563f9ea7 100644 --- a/doc/doc_ch/table_recognition.md +++ b/doc/doc_ch/table_recognition.md @@ -41,7 +41,7 @@ img_label 'imgid': 0, # 图像的index 'html': { 'structure': {'tokens': ['', '', '', ...]}, # 表格的HTML字符串 - 'cell': [ + 'cells': [ { 'tokens': ['P', 'a', 'd', 'd', 'l', 'e', 'P', 'a', 'd', 'd', 'l', 'e'], # 表格中的单个文本 'bbox': [x0, y0, x1, y1] # 表格中的单个文本的坐标 diff --git a/doc/doc_en/table_recognition_en.md b/doc/doc_en/table_recognition_en.md index aacf9ca673a5ce281cf7ae49bfead02b2c73db09..cff2933df22249353b47f5a0a74098be7dd6a2ae 100644 --- a/doc/doc_en/table_recognition_en.md +++ b/doc/doc_en/table_recognition_en.md @@ -41,7 +41,7 @@ The json format of each line is: 'imgid': 0,# index of image 'html': { 'structure': {'tokens': ['', '', '', ...]}, # HTML string of the table - 'cell': [ + 'cells': [ { 'tokens': ['P', 'a', 'd', 'd', 'l', 'e', 'P', 'a', 'd', 'd', 'l', 'e'], # text in cell 'bbox': [x0, y0, x1, y1] # bbox of cell