فهرست منبع

docs: 修复指令

jingze_cheng 8 ماه پیش
والد
کامیت
f364096c62
1فایلهای تغییر یافته به همراه2 افزوده شده و 4 حذف شده
  1. 2 4
      README.md

+ 2 - 4
README.md

@@ -1,4 +1,3 @@
-
 # 表格识别
 
 基于 [PaddleOCR PP-StructureV2](https://github.com/PaddlePaddle/PaddleOCR/blob/release/2.7/ppstructure/README_ch.md), 用于识别表格。
@@ -12,14 +11,13 @@ conda env create -f environment.yml
 ## 服务端
 
 ```shell
-# port 8080
-python server.py --port 8080
+python run.py --port 8080
 ```
 
 ## 单元测试
 
 ```shell
- python -m unittest discover testing '*_test.py' -v
+python -m unittest discover testing '*_test.py' -v
 ```
 
 ## 镜像打包