PaddleStructure is a toolkit for complex layout text OCR, the process is as follows

In PaddleStructure, the image will be analyzed by layoutparser first. In the layout analysis, the area in the image will be classified, and the OCR process will be carried out according to the category.
Currently layoutparser will output five categories:
1. Text
2. Title
3. Figure
4. List
5. Table
Types 1-4 follow the traditional OCR process, and 5 follow the Table OCR process.
## 2. LayoutParser
## 3. Table OCR
[doc](table/README.md)
## 4. PaddleStructure whl package introduction
### 4.1 Use
4.1.1 Use by code
```python
import cv2
from paddlestructure import PaddleStructure,draw_result