diff --git a/ppstructure/docs/quickstart.md b/ppstructure/docs/quickstart.md index b9367cab327a2f6232e34431c12532db03c75389..60642f78b6691c3ac2eeba99680a2af23299ddc9 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 b1df40b267a82fd48853edf607acd43f3a5431c9..e0eec4b38ba57b1bebd0e711093e5dfd4773fdd9 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