diff --git a/docs/version3.x/pipeline_usage/PaddleOCR-VL.en.md b/docs/version3.x/pipeline_usage/PaddleOCR-VL.en.md index c2eee0bca0..68a4615c70 100644 --- a/docs/version3.x/pipeline_usage/PaddleOCR-VL.en.md +++ b/docs/version3.x/pipeline_usage/PaddleOCR-VL.en.md @@ -654,7 +654,7 @@ If not set, the initialized parameter value will be used. prompt_label -The prompt type setting for the VL model, which takes effect only when use_layout_detection=False. +The prompt type setting for the VL model, which takes effect only when use_layout_detection=False. The fillable parameters are ocrformulatable and chart. str|None None @@ -1238,6 +1238,12 @@ Below are the API references for basic service-based deployment and examples of No +useDocOrientationClassify +boolean | null +Please refer to the description of the use_doc_orientation_classify parameter in the predict method of the PaddleOCR-VL object. +No + + useDocUnwarping boolean|null Please refer to the description of the use_doc_unwarping parameter in the predict method of the PaddleOCR-VL object. diff --git a/docs/version3.x/pipeline_usage/PaddleOCR-VL.md b/docs/version3.x/pipeline_usage/PaddleOCR-VL.md index 621e800fda..90d36548f5 100644 --- a/docs/version3.x/pipeline_usage/PaddleOCR-VL.md +++ b/docs/version3.x/pipeline_usage/PaddleOCR-VL.md @@ -686,7 +686,7 @@ MKL-DNN 缓存容量。 prompt_label -VL模型的 prompt 类型设置,当且仅当 use_layout_detection=False 时生效。 +VL模型的 prompt 类型设置,当且仅当 use_layout_detection=False 时生效。可填写参数为 ocrformulatablechartstr|None None @@ -1280,6 +1280,12 @@ INFO: Uvicorn running on http://0.0.0.0:8080 (Press CTRL+C to quit) 否 +useDocOrientationClassify +boolean | null +请参阅产线对象中 predict 方法的 use_doc_orientation_classify 参数相关说明。 +否 + + useDocUnwarping boolean | null 请参阅PaddleOCR-VL对象中 predict 方法的 use_doc_unwarping 参数相关说明。