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

以下是日志: ![45bf2a479260c72e4c13cdddab1c35d](https://github.com/PaddlePaddle/PaddleOCR/assets/11265013/088da918-a523-4343-941c-a3be965da050)

triaged
cuda related
needs reproduction

# SER单卡训练 python3 tools/train.py -c configs/kie/vi_layoutxlm/ser_vi_layoutxlm_xfund_zh.yml 报错: TypeError: __init__() got an unexpected keyword argument 'num_classes'

triaged
needs investigation
training

请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem - 系统环境/System Environment:docker ubuntu 20.04,是官方提供的镜像 - 版本号/Version:Paddle:2.5.1, PaddleOCR:release/2.7 或者 dygraph - 问题相关组件/Related components:train.py - 运行指令/Command Code:`python tools/train.py -c configs/rec/PP-OCRv4/ch_PP-OCRv4_rec_distill.yml` -...

bug

Hi, I'm getting this error when I run the PPOCRLabel.py, please resolve this issue. [2023/10/10 11:33:25] ppocr WARNING: When args.layout is false, args.ocr is automatically set to false Traceback (most...

PPOCRLabel
triaged
needs investigation

I installed - PyMuPDF-1.20.2 and paddleocr-2.7.0 and PaddlePaddle 2.3.2 - I was using python 3.8.18 - System Information :Mac M2 MacOS Ventura version 13.5 I had to force and stop...

triaged
needs investigation
apple silicon

I am trying to train PaddleOCR for arabic dataset for recognition, I am getting I am training using this command `python -m paddle.distributed.launch --gpus '0' tools/train.py -c configs/rec/PP-OCRv3/multi_language/arabic_PP-OCRv3_rec.yml` No. of...

triaged
needs investigation
training

这张图是版面分析后的图,在分析的时候是否可以直接将每个框里的文本保存下来呢?另外右侧出来英文字母有识别错的,这块是否包含文本识别呢? ![result1234t](https://github.com/PaddlePaddle/PaddleOCR/assets/106646583/972f57dc-5f5e-4696-9f3f-4c911ef1f7f3)

请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem - 系统环境/System Environment:Windows 10 - 版本号/Version:Paddle:2.5.1 PaddleOCR: 2.7.0.3问题相关组件/Related components: - 运行指令/Command Code: - 完整报错/Complete Error Message:PPOCRLabel = 2.1.3 After labeling...

请问在使用标注软件标注时,如果将单元格标注框放大时,会影响整体表格识别的效果吗? 在标注复杂合并单元格时,将单元格标注框放大可以提高识别合并单元格的效果吗 如果修改完标注框,不点击重识别,会影响表格结构识别训练效果吗

#### 问题描述 / Problem Description 跟这个问题一样:https://github.com/PaddlePaddle/PaddleOCR/issues/12590 > 使用GPU预测时没有问题 但是在打开TensorRT后运行到I0603 6020 engine.cc:301 Run Paddle-TRT Dynamic Shape mode. 会卡很久。 但是在第一次运行时不存在 trt_det_shap.txt,trt_cls_shap.txt,trt_rec_shao.txt这三个shap文件时就是正常的加载时间, 回复中有人提到 确保配置的动态形状范围合理,请问如何配置?LOG中没有任何动态范围的报错。 #### 运行环境 / Runtime Environment - HW: Jetson TX2...