소스 검색

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
 ```
 
 ## 镜像打包