update
This commit is contained in:
parent
f1f4d84f7c
commit
bec9742d36
|
@ -5,14 +5,17 @@
|
||||||
## img2text2.py 为python2 版本
|
## img2text2.py 为python2 版本
|
||||||
|
|
||||||
1.下载包
|
1.下载包
|
||||||
|
```shell
|
||||||
git clone http://sl.vrgon.com:3000/wangzixiang/img2textforrobot.git
|
git clone http://sl.vrgon.com:3000/wangzixiang/img2textforrobot.git
|
||||||
|
```
|
||||||
2.安装依赖包
|
2.安装依赖包
|
||||||
|
```shell
|
||||||
pip install requests
|
pip install requests
|
||||||
|
```
|
||||||
3.测试运行
|
3.测试运行
|
||||||
|
```shell
|
||||||
python main.py
|
python main.py
|
||||||
|
```
|
||||||
4.使用
|
4.使用
|
||||||
将src 放入同级目录下,然后根据main.py 方式调用即可
|
将src 放入同级目录下,然后根据main.py 方式调用即可
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue