mirror of
https://github.com/PaddlePaddle/PaddleOCR.git
synced 2025-06-03 21:53:39 +08:00
6 lines
113 B
Markdown
6 lines
113 B
Markdown
|
## 编译
|
||
|
code from https://github.com/whai362/pan_pp.pytorch
|
||
|
```python
|
||
|
python3 setup.py build_ext --inplace
|
||
|
```
|