From de66ae24af7e7f1b91dcf8cc0933e5faeb0e6d07 Mon Sep 17 00:00:00 2001 From: liuyuanchuang Date: Sat, 7 Feb 2026 09:58:00 +0800 Subject: [PATCH] build: update package --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 38eb970..9c57815 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ dependencies = [ "numpy==2.2.6", "pillow==12.0.0", "python-docx==1.2.0", - "paddleocr==3.3.2", + "paddleocr==3.4.0", "doclayout-yolo==0.0.4", "latex2mathml==3.78.1", "paddle==1.2.0",