From f16599391cc766daeccc583afcec77f44d03b846 Mon Sep 17 00:00:00 2001 From: liuyebo <1515783401@qq.com> Date: Tue, 30 Jul 2024 12:13:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=9E=E6=BB=9Apaddleocr=E7=89=88=E6=9C=AC?= =?UTF-8?q?=EF=BC=8C2.8.1=E4=BC=BC=E4=B9=8E=E6=9C=89=E6=98=BE=E5=AD=98?= =?UTF-8?q?=E5=8D=A0=E7=94=A8=E5=BC=82=E5=B8=B8=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index dc473e3..f408f85 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ opencv-python==4.6.0.66 paddle2onnx==1.2.3 paddleclas==2.5.2 paddlenlp==2.6.1 -paddleocr==2.8.1 +paddleocr==2.7.3 pillow==10.4.0 pymysql==1.1.1 requests==2.32.3