From cf44bc1058f2fbfe6e4321b27653fa442e2f871f Mon Sep 17 00:00:00 2001 From: WenmuZhou <572459439@qq.com> Date: Wed, 24 Aug 2022 07:19:02 +0000 Subject: [PATCH] add paddleclas version limit --- ppstructure/docs/quickstart.md | 2 +- ppstructure/docs/quickstart_en.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ppstructure/docs/quickstart.md b/ppstructure/docs/quickstart.md index b9367cab..60642f78 100644 --- a/ppstructure/docs/quickstart.md +++ b/ppstructure/docs/quickstart.md @@ -48,7 +48,7 @@ pip3 install "paddleocr>=2.6" # 安装 图像方向分类依赖包paddleclas(如不需要图像方向分类功能,可跳过) -pip3 install paddleclas +pip3 install paddleclas>=2.4.3 # 安装 关键信息抽取 依赖包(如不需要KIE功能,可跳过) pip3 install -r ppstructure/kie/requirements.txt diff --git a/ppstructure/docs/quickstart_en.md b/ppstructure/docs/quickstart_en.md index b1df40b2..e0eec4b3 100644 --- a/ppstructure/docs/quickstart_en.md +++ b/ppstructure/docs/quickstart_en.md @@ -50,7 +50,7 @@ For more software version requirements, please refer to the instructions in [Ins pip3 install "paddleocr>=2.6" # Install the image direction classification dependency package paddleclas (if you do not use the image direction classification, you can skip it) -pip3 install paddleclas +pip3 install paddleclas>=2.4.3 # Install the KIE dependency packages (if you do not use the KIE, you can skip it) pip3 install -r kie/requirements.txt -- GitLab