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

Only PaddleOCR v3 is available in the https://ai.baidu.com/easyedge/app/openSource?from=paddlelite 1. Is v4 available for download? 2. If not, how can I replace the v3 demo with v4 model?

![1111](https://github.com/PaddlePaddle/PaddleOCR/assets/31463683/4149a995-66cd-4bc0-b3c5-16a779878f94) 例如上面图片里面的超参数。 parser.det_limit_side_len = 960 parser.det_limit_type = 'max' parser.det_box_type = 'quad' parser.det_db_thresh = 0.3 # 0.3 parser.det_db_box_thresh = 0.6 # 0.6 parser.det_db_unclip_ratio = 2.2 # 默认 1.5,检测出的文本扩大 上述参数python部署可以设置的,移动端无法设置。

- 系统环境/System Environment:Windows10 专业版, 使用 Docker Desktop虚拟Linux - 版本号/Version:Windows10 22H2 19045.3803 Paddle:2.6.0 PaddleOCR:2.7.1 问题相关组件/Related components:PaddleServing - docker镜像: paddlepaddle/paddle:2.6.0 (就是在此镜像的容器中安装PaddleServing失败) - python版本: python3.10.13 - 运行指令/Command Code:pip3 install paddle_serving_server_gpu-0.9.0.post102-py3-none-any.whl - 完整报错/Complete Error...

请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem - 系统环境/System Environment:win10 - 版本号/Version:Paddle:paddlepaddle-gpu 2.5.1 PaddleOCR:paddleocr2.6.1.3 - 运行指令/Command Code:检测扫描形成的pdf另存为txt文本文档 - 完整报错/Complete Error Message: 目前就是我在调paddleocr时, ocr = PaddleOCR(use_angle_cls=True, lang="ch", use_gpu=False,...

您好,我在[飞桨AI Studio星河社区-人工智能学习与实训社区](https://aistudio.baidu.com/projectdetail/7875330)中看到的课程目录中有这两章,但后来的课程中没有这部分内容,请问这些内容还会以课程的方式发布吗? 第七章介绍端到端、数据预处理、数据合成等其他OCR相关算法; 第八章介绍OCR相关数据集和数据合成工具。

请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem - 系统环境/System Environment: - 版本号/Version:Paddle: PaddleOCR: 问题相关组件/Related components: - 运行指令/Command Code: - 完整报错/Complete Error Message: ppocr/postprocess/table_postprocess.py 这个套件的 185行,x, y, w,...

System Environment: Mac os Version:Paddle:2.6.1 PaddleOCR: 2.7.3 Command Code:from paddleocr import PaddleOCR Complete Error Message: 通过pip安装的paddleocr,已经成功安装了paddle,并且测试已经OK,导入orc相关的包时出现编译器问题 brew install cffi也已经安装 请问有没有遇到同样问题的,谢谢

RecursionError: maximum recursion depth exceeded in comparison 使用自己的数据集训练出现这个问题,是不是数据集的量太少了啊,我就放了几张图 [2024/05/24 09:50:36] ppocr ERROR: **When parsing line G:\zifu_shibie\train_data\rec\train\A40-1-8246ECam_crop_3.jpg H , error happened with msg: Traceback (most recent call last):** File "G:\zifu_shibie\PaddleOCR-release-2.7\ppocr\data\simple_dataset.py", line...

Code PR is needed

Hi! I want to fine-tune the server detection model. Am I right assuming, that this is simply only the teacher model, without any students? So training with ```python3 tools/train.py -c...

PaddleOCR does not work on large documents/images, this feature consists of a sliding window inference method, which although takes longer (expectedly), uses a sliding window to create slices of the...

contributor