설명 없음

zeke-chin f37392a499 add 旧版四六级 旧版专四专八 2 년 전
core f37392a499 add 旧版四六级 旧版专四专八 2 년 전
images f37392a499 add 旧版四六级 旧版专四专八 2 년 전
markdown 54829869db fix 小问题 2 년 전
server_model e6e49e4206 add image and markdown 2 년 전
sx_utils d96a088213 init 2 년 전
testing 3253372712 update .gitignore 2 년 전
.gitignore f37392a499 add 旧版四六级 旧版专四专八 2 년 전
Dockerfile d96a088213 init 2 년 전
Makefile d96a088213 init 2 년 전
README.md d96a088213 init 2 년 전
cpu.Dockerfile d96a088213 init 2 년 전
docker-compose.yml e6e49e4206 add image and markdown 2 년 전
environment.yml d96a088213 init 2 년 전
run.py d96a088213 init 2 년 전
server.py e6e49e4206 add image and markdown 2 년 전

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