Quellcode durchsuchen

docs: 修复指令

jingze_cheng vor 8 Monaten
Ursprung
Commit
f364096c62
1 geänderte Dateien mit 2 neuen und 4 gelöschten Zeilen
  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
 ```
 
 ## 镜像打包