parent
190bd76833
commit
3a87e8960b
|
@ -78,14 +78,14 @@ PPOCRLabel # run
|
|||
```bash
|
||||
cd PaddleOCR/PPOCRLabel
|
||||
python3 setup.py bdist_wheel
|
||||
pip3 install dist/PPOCRLabel-1.0.0-py2.py3-none-any.whl
|
||||
pip3 install dist/PPOCRLabel-1.0.2-py2.py3-none-any.whl
|
||||
```
|
||||
|
||||
#### 1.2.3 Run PPOCRLabel by Python Script
|
||||
|
||||
```bash
|
||||
cd ./PPOCRLabel # Switch to the PPOCRLabel directory
|
||||
python PPOCRLabel.py --lang ch
|
||||
python PPOCRLabel.py
|
||||
```
|
||||
|
||||
|
||||
|
|
|
@ -78,7 +78,7 @@ PPOCRLabel --lang ch # 启动
|
|||
```bash
|
||||
cd PaddleOCR/PPOCRLabel
|
||||
python3 setup.py bdist_wheel
|
||||
pip3 install dist/PPOCRLabel-1.0.0-py2.py3-none-any.whl -i https://mirror.baidu.com/pypi/simple
|
||||
pip3 install dist/PPOCRLabel-1.0.2-py2.py3-none-any.whl -i https://mirror.baidu.com/pypi/simple
|
||||
```
|
||||
|
||||
#### 1.2.3 通过Python脚本运行PPOCRLabel
|
||||
|
|
Loading…
Reference in New Issue