PaddleOCR icon indicating copy to clipboard operation
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...

Results 1088 PaddleOCR issues
Sort by recently updated
recently updated
newest added

fix the tmp_box type to float32 for cv2.getPerspectiveTransform

contributor

To fix error: ImportError: libGL.so.1: cannot open shared object file: No such file or directory

contributor

解决位深度为8的单通道在serving请求时的报错:https://github.com/PaddlePaddle/PaddleOCR/issues/8457

contributor

hubserving部署方式,在config.json增加开启mkldnn的的参数设置。 由于只测试过ocr的4个接口,table的没测试过所以没在相应的config.json里增加。

contributor

完善了 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

contributor
PPOCRLabel

Further specified that tools refers to the tools from PaddleOCR to prevent conflicting packaging names, hence tools being a pretty generic name.

contributor

# Introduction ![ocr-cn](https://user-images.githubusercontent.com/87927336/218289107-9d1f27a5-65a2-40f8-aeda-e3065aa1062d.gif) ![ocr-en](https://user-images.githubusercontent.com/87927336/218289108-257fefcb-89f5-43eb-9a59-bdbe90289a0c.gif) # Repo - https://github.com/rerender2021/ocr-2 - https://github.com/YongJie-Xie/PaddleocrAPI

contributor

`result`是图片列表,要展示第一张图片还需要添加`[0]`,否则展示不了

contributor