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