Sen descrición

liutao 7b1ecb00eb Merge branch 'master' of https://gogsb.soaringnova.com/chenguilong/ocr-table %!s(int64=2) %!d(string=hai) anos
en_ppocr_mobile_v2.0_table_structure_infer d046d2d764 fix model_dir, add en_ppocr_table_model %!s(int64=2) %!d(string=hai) anos
images 4c4c33444e 增加模型,修改测试 %!s(int64=2) %!d(string=hai) anos
sx_utils 3658b1af2b init %!s(int64=2) %!d(string=hai) anos
tabel_ocr_infer 7fcfd83c21 new file: tabel_ocr_infer/inference.pdiparams %!s(int64=2) %!d(string=hai) anos
testing 4c4c33444e 增加模型,修改测试 %!s(int64=2) %!d(string=hai) anos
.gitignore 3658b1af2b init %!s(int64=2) %!d(string=hai) anos
Dockerfile 3658b1af2b init %!s(int64=2) %!d(string=hai) anos
Makefile 4c4c33444e 增加模型,修改测试 %!s(int64=2) %!d(string=hai) anos
README.md 3658b1af2b init %!s(int64=2) %!d(string=hai) anos
cpu.Dockerfile 3658b1af2b init %!s(int64=2) %!d(string=hai) anos
docker-compose.yml 909d3cf6fe - %!s(int64=2) %!d(string=hai) anos
environment.yml 3658b1af2b init %!s(int64=2) %!d(string=hai) anos
run.py d046d2d764 fix model_dir, add en_ppocr_table_model %!s(int64=2) %!d(string=hai) anos
server.py 7b1ecb00eb Merge branch 'master' of https://gogsb.soaringnova.com/chenguilong/ocr-table %!s(int64=2) %!d(string=hai) anos

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