Browse Source

Merge pull request #3740 from yongtenglei/master

docs: Fix outdated sample data for output reference
Xiaomeng Zhao 1 month ago
parent
commit
b68db3ab90
2 changed files with 4 additions and 4 deletions
  1. 2 2
      docs/en/reference/output_files.md
  2. 2 2
      docs/zh/reference/output_files.md

+ 2 - 2
docs/en/reference/output_files.md

@@ -397,10 +397,10 @@ Text levels are distinguished through the `text_level` field:
     {
         "type": "image",
         "img_path": "images/a8ecda1c69b27e4f79fce1589175a9d721cbdc1cf78b4cc06a015f3746f6b9d8.jpg",
-        "img_caption": [
+        "image_caption": [
             "Fig. 1. Annual flow duration curves of daily flows from Pine Creek, Australia, 1989–2000. "
         ],
-        "img_footnote": [],
+        "image_footnote": [],
         "bbox": [
             62,
             480,

+ 2 - 2
docs/zh/reference/output_files.md

@@ -397,10 +397,10 @@ inference_result: list[PageInferenceResults] = []
     {
         "type": "image",
         "img_path": "images/a8ecda1c69b27e4f79fce1589175a9d721cbdc1cf78b4cc06a015f3746f6b9d8.jpg",
-        "img_caption": [
+        "image_caption": [
             "Fig. 1. Annual flow duration curves of daily flows from Pine Creek, Australia, 1989–2000. "
         ],
-        "img_footnote": [],
+        "image_footnote": [],
         "bbox": [
             62,
             480,