From b0b882718915446823370e4a4d38f1b6920d9651 Mon Sep 17 00:00:00 2001 From: LDOUBLEV Date: Mon, 17 Aug 2020 19:03:32 +0800 Subject: [PATCH] add contributor --- README.md | 1 + README_cn.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 32124165..1c6aa687 100644 --- a/README.md +++ b/README.md @@ -225,3 +225,4 @@ We welcome all the contributions to PaddleOCR and appreciate for your feedback v - Thanks [xiangyubo](https://github.com/xiangyubo) for contributing the handwritten Chinese OCR datasets. - Thanks [authorfu](https://github.com/authorfu) for contributing Android demo and [xiadeye](https://github.com/xiadeye) contributing iOS demo, respectively. - Thanks [BeyondYourself](https://github.com/BeyondYourself) for contributing many great suggestions and simplifying part of the code style. +- Thanks [tangmq](https://github.com/tangmq/PaddleOCR) for contributing Dockerized deployment services to PaddleOCR and supporting the rapid release of callable Restful API services. diff --git a/README_cn.md b/README_cn.md index c797097c..ccd762c7 100644 --- a/README_cn.md +++ b/README_cn.md @@ -222,3 +222,4 @@ PaddleOCR文本识别算法的训练和使用请参考文档教程中[模型训 - 非常感谢 [xiangyubo](https://github.com/xiangyubo) 贡献手写中文OCR数据集 - 非常感谢 [authorfu](https://github.com/authorfu) 贡献Android和[xiadeye](https://github.com/xiadeye) 贡献IOS的demo代码 - 非常感谢 [BeyondYourself](https://github.com/BeyondYourself) 给PaddleOCR提了很多非常棒的建议,并简化了PaddleOCR的部分代码风格。 +- 非常感谢 [tangmq](https://github.com/tangmq/PaddleOCR) 给PaddleOCR增加Docker化部署服务,支持快速发布可调用的Restful API服务。 -- GitLab