diff --git a/README.md b/README.md index 5eb9ed8fb43f132511e82bd56fa9831eb407c9a8..099bb284a0cfe66141a65aa9f8ee7e9cd0e52d67 100644 --- a/README.md +++ b/README.md @@ -250,3 +250,4 @@ PaddleOCR文本识别算法的训练和使用请参考文档教程中[文本识 我们非常欢迎你为PaddleOCR贡献代码,也十分感谢你的反馈。 - 非常感谢 [Khanh Tran](https://github.com/xxxpsyduck) 贡献了英文文档。 +- 非常感谢 [zhangxin](https://github.com/ZhangXinNan) 贡献新的可视化方式、添加.gitgnore、处理手动设置PYTHONPATH环境变量的问题 diff --git a/README_en.md b/README_en.md index c64b65c4cb28d5010d340e5bc1f7605c437a2300..219029968a0e950513cf9135004b2de5203d7117 100644 --- a/README_en.md +++ b/README_en.md @@ -255,3 +255,4 @@ This project is released under max_text_length: + logger.info( + "Warning in ppocr/data/rec/img_tools.py:line106: Wrong data type." + "Excepted string with length between 0 and {}, but " + "got '{}' ".format(max_text_length, label)) return None else: if loss_type == "ctc":