From 560703a58928e41d4b8548a7f4a079050e5f3d18 Mon Sep 17 00:00:00 2001 From: WenmuZhou Date: Sun, 1 Aug 2021 11:50:29 +0800 Subject: [PATCH] add requirement --- ppstructure/README.md | 2 +- ppstructure/README_ch.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ppstructure/README.md b/ppstructure/README.md index 28ae1187..b42230a1 100644 --- a/ppstructure/README.md +++ b/ppstructure/README.md @@ -7,7 +7,7 @@ PaddleStructure is an OCR toolkit for complex layout analysis. It can divide doc **install layoutparser** ```sh -pip3 install -U https://paddleocr.bj.bcebos.com/whl/layoutparser-0.0.0-py3-none-any.whl +pip3 install -U premailer paddleocr https://paddleocr.bj.bcebos.com/whl/layoutparser-0.0.0-py3-none-any.whl ``` **install paddlestructure** diff --git a/ppstructure/README_ch.md b/ppstructure/README_ch.md index 2fcb8213..c8a8b7a0 100644 --- a/ppstructure/README_ch.md +++ b/ppstructure/README_ch.md @@ -8,7 +8,7 @@ PaddleStructure是一个用于复杂版面分析的OCR工具包,其能够对 **安装 layoutparser** ```sh -pip3 install -U https://paddleocr.bj.bcebos.com/whl/layoutparser-0.0.0-py3-none-any.whl +pip3 install -U premailer paddleocr https://paddleocr.bj.bcebos.com/whl/layoutparser-0.0.0-py3-none-any.whl ``` **安装 paddlestructure** -- GitLab