Keine Beschreibung

xujiayue 0bca77297b 模型名称位置更改 vor 2 Jahren
images 4c4c33444e 增加模型,修改测试 vor 2 Jahren
models 0bca77297b 模型名称位置更改 vor 2 Jahren
sx_utils 3658b1af2b init vor 2 Jahren
tabel_ocr_infer 7fcfd83c21 new file: tabel_ocr_infer/inference.pdiparams vor 2 Jahren
testing 4c4c33444e 增加模型,修改测试 vor 2 Jahren
.gitignore 3658b1af2b init vor 2 Jahren
Dockerfile 3658b1af2b init vor 2 Jahren
Makefile 4c4c33444e 增加模型,修改测试 vor 2 Jahren
README.md 3658b1af2b init vor 2 Jahren
cpu.Dockerfile 3658b1af2b init vor 2 Jahren
docker-compose.yml 909d3cf6fe - vor 2 Jahren
environment.yml 3658b1af2b init vor 2 Jahren
run.py d046d2d764 fix model_dir, add en_ppocr_table_model vor 2 Jahren
server.py 0bca77297b 模型名称位置更改 vor 2 Jahren

README.md

表格识别

基于paddleocr v2, 用于识别表格。

环境

  • python >= 3.7
  • paddleocr
  • paddlepaddle
  • cv2
conda env create -f environment.yml

服务端

# port 8080
python server.py --port 8080

单元测试

 python -m unittest discover testing '*_test.py' -v

镜像打包

make all