PaddleOCR
PaddleOCR copied to clipboard
Awesome multilingual OCR toolkits based on PaddlePaddle (practical ultra lightweight OCR system, support 80+ languages recognition, provide data annotation and synthesis tools, support training and de...
fix the tmp_box type to float32 for cv2.getPerspectiveTransform
To fix error: ImportError: libGL.so.1: cannot open shared object file: No such file or directory
解决位深度为8的单通道在serving请求时的报错:https://github.com/PaddlePaddle/PaddleOCR/issues/8457
hubserving部署方式,在config.json增加开启mkldnn的的参数设置。 由于只测试过ocr的4个接口,table的没测试过所以没在相应的config.json里增加。
完善了 KIE 的标注功能,**该 PR 对于使用 PPOCRLabl 在 KIE 任务打标签十分重要** 1、默认标签从 `None` -> `other` 2、标签中将所有的 key_cls -> `label`,用户无需进行转换就可以进行训练,对应了文档中的标签例子 3、保存的时候会保存 SER 的一份 class txt,other 始终位于第一行,其余的标签会进行排序然后保存,以便用户快速进行训练,对应了文档中的标签例子 4、代码中兼容以前的版本,如果用户使用以前的 key_cls 的标签自动转换最新的 `label` 字段 标签文件对其文档: https://github.com/PaddlePaddle/PaddleOCR/blob/dygraph/doc/doc_ch/kie.md#12-%E8%87%AA%E5%AE%9A%E4%B9%89%E6%95%B0%E6%8D%AE%E9%9B%86
Further specified that tools refers to the tools from PaddleOCR to prevent conflicting packaging names, hence tools being a pretty generic name.
# Introduction   # Repo - https://github.com/rerender2021/ocr-2 - https://github.com/YongJie-Xie/PaddleocrAPI