From 103cb94a6de0c117d9b7c7f2ff5b66c7f5e2b791 Mon Sep 17 00:00:00 2001 From: Jerry Yan <792602257@qq.com> Date: Fri, 9 Jan 2026 15:51:42 +0800 Subject: [PATCH] =?UTF-8?q?feat(runtime):=20=E6=B7=BB=E5=8A=A0=20PaddleNLP?= =?UTF-8?q?=20=E4=BE=9D=E8=B5=96=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 pyproject.toml 中新增 paddlenlp==3.0.0b4 依赖 - 为 OCR 功能扩展提供自然语言处理支持 --- runtime/ops/pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/runtime/ops/pyproject.toml b/runtime/ops/pyproject.toml index 3dae895..7da4876 100644 --- a/runtime/ops/pyproject.toml +++ b/runtime/ops/pyproject.toml @@ -19,6 +19,7 @@ dependencies = [ "openslide-python>=1.4.3", "paddleocr==3.3.0", "paddlepaddle==3.2.2", + "paddlenlp==3.0.0b4", "pandas>=2.2.3", "presidio-analyzer==2.2.25", "presidio-anonymizer==2.2.25",