From 1741a78c56b48178c8155ea82e530264867fe963 Mon Sep 17 00:00:00 2001 From: MissPenguin Date: Tue, 3 Aug 2021 10:38:41 +0800 Subject: [PATCH] Update README.md --- ppstructure/layout/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ppstructure/layout/README.md b/ppstructure/layout/README.md index 22277a0c..20895eae 100644 --- a/ppstructure/layout/README.md +++ b/ppstructure/layout/README.md @@ -3,9 +3,9 @@ English | [简体中文](README_ch.md) # Getting Started -[1. Install whl package](#Install whl package) +[1. Install whl package](#Install) -[2. Quick Start](#Quick Start) +[2. Quick Start](#QuickStart) [3. PostProcess](#PostProcess) @@ -13,7 +13,7 @@ English | [简体中文](README_ch.md) [5. Training](#Training) - + ## 1. Install whl package ```bash @@ -21,7 +21,7 @@ wget https://paddleocr.bj.bcebos.com/whl/layoutparser-0.0.0-py3-none-any.whl pip install -U layoutparser-0.0.0-py3-none-any.whl ``` - + ## 2. Quick Start -- GitLab