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

请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem - 系统环境/System Environment:Linux - 版本号/Version:Paddle:2.6.1 PaddleOCR:2.7.3 问题相关组件/Related components:paddleocr==2.7.3 - 运行指令/Command Code: - 完整报错/Complete Error Message: 如图1所示,在pypi发布的paddleocr==2.7.3版本,在仅使用det模型时,对于返回的数组在进行非空判断时,方法不对,会报错如图2所示。该问题,我看到已经有同学发布过PR(https://github.com/PaddlePaddle/PaddleOCR/pull/11440),但在pypi发布的whl文件中还是没有修正,希望下次发布时能够修正该问题,谢谢!

bug

CUDA12.3的镜像,解压完26.8个G,部署完直接上30,有什么办法能缩小点吗,太大了实在>_

## 背景 AttributeError: module 'paddleocr' has no attribute 'PaddleDetector' ## 解决步骤 我应该用什么版本?

Code PR is needed

- 系统环境/System Environment: ubuntu 20.04 - 版本号/Version:Paddle: PaddleOCR: 问题相关组件/Related components: Paddle ==2.5.1 PaddleOCR==2.5.1 PaddleDetection==2.6.0 - 场景:训练模型 参考[训练文档](https://github.com/PaddlePaddle/PaddleOCR/blob/dygraph/ppstructure/layout/README_ch.md#51-启动训练),因为没有找到对应的配置文件,沿用示例中的配置文件,更改CDLA数据集进行训练 `configs/picodet/legacy_model/application/layout_analysis/picodet_lcnet_x1_0_layout.yml` 训练后,导出训练后的模型,引用到PaddleOCR中,无法正常使用 ```shell python paddleocr.py --image_dir table.png \ --type structure \ --layout_model_dir models/picodet_lcnet_x1_0_layout/...

![1689481830843](https://github.com/PaddlePaddle/PaddleOCR/assets/74600923/e69180e9-569d-4857-b9ae-6832bdd00dd7) 如题,最近在做车牌识别任务,这种双层的车牌我试过了paddleOCR给的推理模型,发现并不能正确识别,不知识别算法能够处理这种双行文字识别吗?在训练数据中加入这种是否可以识别呢?

good first issue

Hi I've trained a CPPD model with my custom dataset. In the training and validating configs i set padding to True. I just wanna ask if i use the infer_rec.py...

- 系统环境/System Environment:Linux - 版本号/Version:Paddle:2.4.2.post112 - 运行指令/Command Code: python tools/train.py -c configs/rec/PP-OCRv4/ch_PP-OCRv4_rec.yml - 完整报错/Complete Error Message:Error Message Summary: ---------------------- ResourceExhaustedError: Out of memory error on GPU 0. Cannot allocate 129.394531MB...

请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem - 系统环境/System Environment:Ubuntu 22.04 - 版本号/Version:Paddle:2.5.2 PaddleOCR:2.7.0.3 - 问题相关组件/Related components: PaddleSlim - 运行指令/Command Code: python PaddleOCR/deploy/slim/quantization/quant.py -c Models\cin_front\test-dml\output-mdl\config.yml -o Global.pretrained_model='./cin_front/test-dml/output/inference'...

## 背景 PPOCRLabel 标注时 识别内容修改输入不了中文 红框中尝试输入中文,但是不管怎么切换输入法打出来的都是字母

Code PR is needed

请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem - 版本号/Version:Paddle:2.4.0.post117 - PaddleOCR:2.4.0.3 问题相关组件/Related components: - 运行指令/Command Code:python tools/train.py -c configs/rec/PP-OCRv3/en_PP-OCRv3_rec.yml -o Global.pretrained_model=./ch_PP-OCRv3_rec_train/best_accuracy 个人数据为一张图片里面两行数字,每张图片里面数字的位置都不一样,制作对应txt文件格式为:图片名称 图片内容 使用推理模型能够识别图片,但是部分会有错误,识别结果为一个列表里面两个元素,这里是不是我的数据标注有问题? 个人数据标注文件内容: ![image](https://github.com/PaddlePaddle/PaddleOCR/assets/126962940/5570c3d5-7c66-4977-8eeb-7fec080505a9) 下图为使用官方例子进行识别:...