From b53b5bf12c0ce1040211ef7b31852e49ca4ec347 Mon Sep 17 00:00:00 2001 From: Haruko386 Date: Thu, 18 Jun 2026 17:57:41 +0800 Subject: [PATCH] Json add paddleOCR models (#16156) close #15853 ### What problem does this PR solve? As title ### Type of change - [x] Other (add models): --- conf/all_models.json | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/conf/all_models.json b/conf/all_models.json index a99b13e888..3e60f34bd2 100644 --- a/conf/all_models.json +++ b/conf/all_models.json @@ -24404,6 +24404,40 @@ "clear_thinking": true } }, + { + "name": "PP-OCRv5", + "alias": [], + "model_types": [ + "ocr" + ] + }, + { + "name": "PP-StructureV3", + "alias": [ + "PPStructureV3" + ], + "model_types": [ + "ocr" + ] + }, + { + "name": "PP-ChatOCRv4", + "alias": [ + "PPChatOCRv4Doc" + ], + "model_types": [ + "ocr" + ] + }, + { + "name": "PaddleOCR-VL", + "alias": [ + + ], + "model_types": [ + "ocr" + ] + }, { "name": "Pro/deepseek-ai/DeepSeek-V3.2-Exp", "max_tokens": 160000,