浏览代码

docs: Fix sample data for output reference

yongtenglei 1 月之前
父节点
当前提交
3539cfba36
共有 2 个文件被更改,包括 4 次插入4 次删除
  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,