diff --git a/docs/version3.x/pipeline_usage/PP-StructureV3.en.md b/docs/version3.x/pipeline_usage/PP-StructureV3.en.md
index ad52a51de80..e3f1bf7b5d9 100644
--- a/docs/version3.x/pipeline_usage/PP-StructureV3.en.md
+++ b/docs/version3.x/pipeline_usage/PP-StructureV3.en.md
@@ -1536,7 +1536,7 @@ If not set, the default is True.
format_block_contentblock_content as Markdown.False by default.False by default. When set to True, the block_content of image-type blocks will contain image path information (e.g., <img src="..." />). When set to False (default), the block_content of image-type blocks will only contain OCR-recognized text content without image paths. To include image paths in JSON output, set this parameter to True.
boolNone, the default value is True.
format_block_contentblock_content as Markdown.None, the default value is False.None, the default value is False. When set to True, the block_content of image-type blocks will contain image path information (e.g., <img src="..." />). When set to False (default), the block_content of image-type blocks will only contain OCR-recognized text content without image paths. To include image paths in JSON output, set this parameter to True.
bool|NoneNone, the instantiation value is used; otherwise, this pa
format_block_contentblock_content as Markdown. If set to None, the instantiation value is used; otherwise, this parameter takes precedence.block_content as Markdown. If set to None, the instantiation value is used; otherwise, this parameter takes precedence. When set to True, the block_content of image-type blocks will contain image path information (e.g., <img src="..." />). When set to False (default), the block_content of image-type blocks will only contain OCR-recognized text content without image paths. To include image paths in JSON output, set this parameter to True.bool|Noneuse_seal_recognition: (bool) Whether to enable seal text recognition sub-pipelineuse_table_recognition: (bool) Whether to enable table recognition sub-pipelineuse_formula_recognition: (bool) Whether to enable formula recognition sub-pipelineformat_block_content: (bool) Controls whether to format the block_content into Markdown formatformat_block_content: (bool) Controls whether to format the block_content into Markdown format. When set to True, the block_content of image-type blocks will contain image path information (e.g., <img src="..." />). When set to False (default), the block_content of image-type blocks will only contain OCR-recognized text content without image paths. To include image paths in JSON output, set this parameter to True.markdown_ignore_labels: (List[str]) Labels of layout regions that need to be ignored in Markdownformat_block_contentblock_content中的内容格式化为Markdown格式。False。block_content中的内容格式化为Markdown格式。False。当设置为True时,图片类型的 block 的 block_content 将包含图片路径信息(如 <img src="..." />);当设置为False(默认)时,图片类型的 block 的 block_content 仅包含 OCR 识别的文本内容,不包含图片路径。如需在 JSON 输出中获取图片地址,请将此参数设置为True。boolformat_block_contentblock_content中的内容格式化为Markdown格式。如果设置为None,将使用产线初始化的该参数值,默认初始化为False。block_content中的内容格式化为Markdown格式。如果设置为None,将使用产线初始化的该参数值,默认初始化为False。当设置为True时,图片类型的 block 的 block_content 将包含图片路径信息(如 <img src="..." />);当设置为False(默认)时,图片类型的 block 的 block_content 仅包含 OCR 识别的文本内容,不包含图片路径。如需在 JSON 输出中获取图片地址,请将此参数设置为True。bool|Noneformat_block_contentblock_content中的内容格式化为Markdown格式。
-None表示使用实例化参数,否则该参数优先级更高。None表示使用实例化参数,否则该参数优先级更高。当设置为True时,图片类型的 block 的 block_content 将包含图片路径信息(如 <img src="..." />);当设置为False(默认)时,图片类型的 block 的 block_content 仅包含 OCR 识别的文本内容,不包含图片路径。如需在 JSON 输出中获取图片地址,请将此参数设置为True。
bool|Noneuse_seal_recognition: (bool) 控制是否启用印章文本识别子产线use_table_recognition: (bool) 控制是否启用表格识别子产线use_formula_recognition: (bool) 控制是否启用公式识别子产线format_block_content: (bool) 控制是否将 block_content 中的内容格式化为Markdown格式format_block_content: (bool) 控制是否将 block_content 中的内容格式化为Markdown格式。当设置为True时,图片类型的 block 的 block_content 将包含图片路径信息(如 <img src="..." />);当设置为False(默认)时,图片类型的 block 的 block_content 仅包含 OCR 识别的文本内容,不包含图片路径。如需在 JSON 输出中获取图片地址,请将此参数设置为True。markdown_ignore_labels: (List[str]) 需要在Markdown中忽略的版面标签format_block_contentblock_content content within as Markdown. False.False. When set to True, the block_content of image-type blocks will contain image path information (e.g., <img src="..." />). When set to False (default), the block_content of image-type blocks will only contain OCR-recognized text content without image paths. To include image paths in JSON output, set this parameter to True.
boolNone, the initialized default value will be used, which i
format_block_contentblock_content content within as Markdown. None, the initialized default value will be used, which defaults to initialization asFalse.None, the initialized default value will be used, which defaults to initialization asFalse. When set to True, the block_content of image-type blocks will contain image path information (e.g., <img src="..." />). When set to False (default), the block_content of image-type blocks will only contain OCR-recognized text content without image paths. To include image paths in JSON output, set this parameter to True.
bool|NoneNoneNone means using the instantiation parameter; otherwi
format_block_contentNone means using the instantiation parameter; otherwise, this parameter takes precedence.None means using the instantiation parameter; otherwise, this parameter takes precedence. When set to True, the block_content of image-type blocks will contain image path information (e.g., <img src="..." />). When set to False (default), the block_content of image-type blocks will only contain OCR-recognized text content without image paths. To include image paths in JSON output, set this parameter to True.
bool|NoneNoneNone means using the instantiation parameter; otherwi
- `use_doc_preprocessor`: `(bool)` Controls whether to enable the document preprocessing sub-pipeline.
- `use_layout_detection`: `(bool)` Controls whether to enable the layout detection module.
- `use_chart_recognition`: `(bool)` Controls whether to enable the chart recognition function.
- - `format_block_content`: `(bool)` Controls whether to save the formatted markdown content in `JSON`.
+ - `format_block_content`: `(bool)` Controls whether to save the formatted markdown content in `JSON`. When set to `True`, the `block_content` of image-type blocks will contain image path information (e.g., `None means using the instantiation parameter; otherwi
- `use_doc_preprocessor`: `(bool)` Controls whether to enable the document preprocessing sub-pipeline.
- `use_layout_detection`: `(bool)` Controls whether to enable the layout detection module.
- `use_chart_recognition`: `(bool)` Controls whether to enable the chart recognition function.
- - `format_block_content`: `(bool)` Controls whether to save the formatted markdown content in `JSON`.
+ - `format_block_content`: `(bool)` Controls whether to save the formatted markdown content in `JSON`. When set to `True`, the `block_content` of image-type blocks will contain image path information (e.g., `format_block_contentblock_content 中的内容格式化为Markdown格式。False。False。当设置为True时,图片类型的 block 的 block_content 将包含图片路径信息(如 <img src="..." />);当设置为False(默认)时,图片类型的 block 的 block_content 仅包含 OCR 识别的文本内容,不包含图片路径。如需在 JSON 输出中获取图片地址,请将此参数设置为True。
boolformat_block_contentblock_content 中的内容格式化为Markdown格式。None,将使用初始化的默认值,默认初始化为False。None,将使用初始化的默认值,默认初始化为False。当设置为True时,图片类型的 block 的 block_content 将包含图片路径信息(如 <img src="..." />);当设置为False(默认)时,图片类型的 block 的 block_content 仅包含 OCR 识别的文本内容,不包含图片路径。如需在 JSON 输出中获取图片地址,请将此参数设置为True。
bool|NoneNoneformat_block_contentNone表示使用实例化参数,否则该参数优先级更高。None表示使用实例化参数,否则该参数优先级更高。当设置为True时,图片类型的 block 的 block_content 将包含图片路径信息(如 <img src="..." />);当设置为False(默认)时,图片类型的 block 的 block_content 仅包含 OCR 识别的文本内容,不包含图片路径。如需在 JSON 输出中获取图片地址,请将此参数设置为True。
bool|NoneNoneuse_doc_preprocessor: (bool) 控制是否启用文档预处理子产线use_layout_detection: (bool) 控制是否启用版面检测模块use_chart_recognition: (bool) 控制是否开启图表识别功能format_block_content: (bool) 控制是否在JSON中保存格式化后的markdown内容format_block_content: (bool) 控制是否在JSON中保存格式化后的markdown内容。当设置为True时,图片类型的 block 的 block_content 将包含图片路径信息(如 <img src="..." />);当设置为False(默认)时,图片类型的 block 的 block_content 仅包含 OCR 识别的文本内容,不包含图片路径。如需在 JSON 输出中获取图片地址,请将此参数设置为True。doc_preprocessor_res: (Dict[str, Union[str, Dict[str, bool], int]]) 文档预处理子产线的输出结果。仅当use_doc_preprocessor=True时存在
@@ -1399,7 +1399,7 @@ output = pipeline.predict(["imgs/file1.png", "imgs/file2.png", "imgs/file3.png"]
use_doc_preprocessor: (bool) 控制是否启用文档预处理子产线use_layout_detection: (bool) 控制是否启用版面检测模块use_chart_recognition: (bool) 控制是否开启图表识别功能format_block_content: (bool) 控制是否在JSON中保存格式化后的markdown内容format_block_content: (bool) 控制是否在JSON中保存格式化后的markdown内容。当设置为True时,图片类型的 block 的 block_content 将包含图片路径信息(如 <img src="..." />);当设置为False(默认)时,图片类型的 block 的 block_content 仅包含 OCR 识别的文本内容,不包含图片路径。如需在 JSON 输出中获取图片地址,请将此参数设置为True。doc_preprocessor_res: (Dict[str, Union[str, Dict[str, bool], int]]) 文档预处理子产线的输出结果。仅当use_doc_preprocessor=True时存在