Aucune description

zeke-chin ed75872052 交付版本 il y a 1 an
address_correction ed75872052 交付版本 il y a 1 an
core ed75872052 交付版本 il y a 1 an
images ed75872052 交付版本 il y a 1 an
models ed75872052 交付版本 il y a 1 an
testing cd65b79874 update:行处理 add:地址纠错 il y a 2 ans
utils ed75872052 交付版本 il y a 1 an
.gitignore dfe2f0b88a update il y a 2 ans
Dockerfile ed75872052 交付版本 il y a 1 an
Makefile cd65b79874 update:行处理 add:地址纠错 il y a 2 ans
README.md ed75872052 交付版本 il y a 1 an
docker-compose.yml cd65b79874 update:行处理 add:地址纠错 il y a 2 ans
environment.yml ed75872052 交付版本 il y a 1 an
run.py 6b46b4ae17 更新后处理 添加pass图片 il y a 2 ans
server.py ed75872052 交付版本 il y a 1 an

README.md

户口本识别

OCR算法服务, 用于识户口本。

环境

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

服务端

# port 8080
python server.py --port 8080

单元测试

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

镜像打包

make all