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

ValueError:operands could not be broadcast together whit shapes(213,488,4)(1,1,3)

请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem - 系统环境/System Environment: - 版本号/Version:Paddle:2.7.1 PaddleOCR: 问题相关组件/Related components:PaddleOCR - 运行指令/Command Code:python tools/eval.py -c my_configs/invoice/det_invoice_dml.yml - 完整报错/Complete Error Message: 我们提供了AceIssueSolver来帮助你解答问题,你是否想要它来解答(请填写yes/no)?/We provide...

I added the possibility to save the detection logs to file. The code was almost all there already, just some arguments weren't passed the right way in order to save...

contributor

There are a couple of issues with this workaround. However, no solution found. I am using paddlepaddle-gpu with cuda 12.2 and, when importing torch into the same environment, the error...

Hello, thank you for providing annotation tool for PaddleOCR. I was wondering if the current PPOCRLabel already supports annotation for creating own dataset to train PaddleOCR Key Information Extraction and...

status/close

请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem - 系统环境/System Environment:Windows 11 - 版本号/Version:Paddle: PaddleOCR: 问题相关组件/Related components: - 运行指令/Command Code: python tools/train.py -c configs/rec/rec_r50_fpn_srn.yml -o Global.pretrained_model=./pretrained_models/rec_r50_vd_srn_train/best_accuracy - 完整报错/Complete...

需求描述:支持藏文模型 需求场景: 覆盖藏文的OCR 潜在解决方案:调取藏文数据集进行训练。 藏文数据集:https://www.heywhale.com/mw/dataset/5bfe734a954d6e0010683839

Code PR is needed

Hi! Both paths don't need the directory before the filename, also one backslash was missing

contributor

请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem - 系统环境/System Environment: macos Sonoma v14 - python3 ver 3.10.6 - 版本号/Version:Paddle: PaddleOCR:PPOCR-V4 问题相关组件/Related components:SRN algorithm - 运行指令/Command Code: ```...

bug

默认的pip install "paddleocr>=2.0.1"在windows平台下,会下载paddleocr=2.0.1,然而,在2.0.1版本中不包含PP-OCRv4,所以调整了部分表述,减少初学者的疑惑。 修改范围包含中文和英文版本的 quickstart.md Default pip install "paddleocr>=2.0.1" in windows, paddleocr=2.0.1 will be downloaded, however, PP-OCRv4 is not included in the 2.0.1 version, so some of the expressions are...

contributor