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...
 In web_service_det.py, DetOp.postprocess function, I find dt_boxes is a ndarray and it is converted to string, but the string representation 'str(a)' of a numpy array "a" is not sufficient...
removing space from ground truth and splitting at first "," is actually removing after the comma. example - xyz.png,dhi,raj here filename is "xyz.png" and text is "dhi,raj" but with current...
Added pred.py file that does read only numeric content on a specified directory. Also added some logical changes that might confuse the model from predicting numeric content.
### PR 类型 PR types ### PR 变化内容类型 PR changes ### 描述 Description 当我运行这个代码的时候报错: ocr = PaddleOCR(use_angle_cls=True, use_gpu=False) print(ocr.ocr(image_path, cls=True,rec=False)) 原因: 一个具有多个元素的数组用于条件判断时,其“真值”是模棱两可的。换句话说,对于一个有多个元素的数组不能简单地使用 if array: 这样的条件语句。 报错如下: Traceback (most recent call...
Bangla dictionary `bn_dict.txt` has been added to `ppocr/utils/dict` and corpus `bn_corpus.txt` has been added to `ppocr/utils/corpus` Details about Bangla language can be found [here](https://en.wikipedia.org/wiki/Bengali_language) and [here](https://en.wikipedia.org/wiki/Bengali_alphabet). `bn_corpus.txt` file contains 454788...
close #6857 close #6777 ### PR 类型 PR types Bug fixes ### PR 变化内容类型 PR changes Others ### 描述 Description fix typo in cpp_infer CMake compile option, the -o3 option...
### PR 类型 PR types Others ### PR 变化内容类型 PR changes Docs ### 描述 Description remove redundancy slash in shell command to correct it. ### 提PR之前的检查 Check-list - [*] 这个...
### PR 类型 PR types Bug fixes ### PR 变化内容类型 PR changes Docs ### 描述 Description Fix dead links in recognition_en documentation. ### 提PR之前的检查 Check-list - [x] 这个 PR 是提交到dygraph分支或者是一个cherry-pick,否则请先提交到dygarph分支。...
[meryemsakin](https://github.com/meryemsakin) meryemsakin commented [15 minutes ago](https://github.com/PaddlePaddle/PaddleOCR/pull/11582#issue-2125055429) PR 类型 PR types PR 变化内容类型 PR changes Docs 描述 Description I've updated the English README to reflect recent changes and ensure consistency with...