From d583ff3fa9cdcaeaacdd87a793f7957a268a8982 Mon Sep 17 00:00:00 2001 From: MissPenguin Date: Fri, 26 Aug 2022 11:03:48 +0800 Subject: [PATCH] Update README.md --- ppstructure/recovery/README.md | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/ppstructure/recovery/README.md b/ppstructure/recovery/README.md index 0d419966..011d6e12 100644 --- a/ppstructure/recovery/README.md +++ b/ppstructure/recovery/README.md @@ -1,14 +1,15 @@ English | [简体中文](README_ch.md) -- [Getting Started](#getting-started) - - [1. Introduction](#1) - - [2. Install](#2) - - [2.1 Installation dependencies](#2.1) +# Layout Recovery + +- [1. Introduction](#1) +- [2. Install](#2) + - [2.1 Install PaddlePaddle](#2.1) - [2.2 Install PaddleOCR](#2.2) - - [3. Quick Start](#3) +- [3. Quick Start](#3) - [3.1 Download models](#3.1) - [3.2 Layout recovery](#3.2) - - [4. More](#4) +- [4. More](#4) @@ -31,9 +32,7 @@ Layout recovery combines [layout analysis](../layout/README.md)、[table recogni -### 2.1 Install dependencies - -- **(1) Install PaddlePaddle** +### 2.1 Install PaddlePaddle ```bash python3 -m pip install --upgrade pip -- GitLab