@@ -5,6 +5,5 @@ __pycache__
*.pyc
tmp*/
output/
-*.md
convert_markdown.py
images/test_img
@@ -0,0 +1,35 @@
+
+# 身份证识别
+OCR算法服务,识别身份证的正反面。
+## 环境
+- python >= 3.7
+- paddleocr
+- paddlepaddle
+- cv2
+```shell
+conda env create -f environment.yml
+```
+## 服务端
+# port 8080
+python server.py --port 8080
+## 单元测试
+ python -m unittest discover testing '*_test.py' -v
+## 镜像打包
+make all