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:Win11 - 版本号/Version:Paddle: PaddleOCR: 问题相关组件/Related components:PaddleOCR 2.7.0.3, Paddlepaddle-GPU 2.5.2.post117, CUDA 11.7, cuDNN 8.4.1 - 运行指令/Command Code:command-line: paddleocr --image_dir...

CPU信息: Architecture: aarch64 CPU op-mode(s): 64-bit Byte Order: Little Endian CPU(s): 96 On-line CPU(s) list: 0-95 Vendor ID: HiSilicon BIOS Vendor ID: HiSilicon Model name: Kunpeng-920 BIOS Model name: HUAWEI...

请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem - 系统环境/System Environment:Ubuntu 18.04.6 - 版本号/Version:Paddle:paddlepaddle-gpu2.5.1 PaddleOCR:paddleocr2.7.0.2 - 运行指令/Command Code: `python3 -m paddle.distributed.launch --gpus '0,1' tools/train.py \ -c myconfig/det/det_r50_vd_sast_icdar15.yml \`...

我在MAC电脑上,PYTHON3.9,识别这个图像,系统只能出来发起订单,四个字,别的图像都没问题,求教 我是新手,没学过PYTHON,只通过GPT帮我把代码写好,求各位高手简单说说思路,不要说的太复杂,听不懂,谢谢 附件提供了2个文件,第一个是可以正确识别的,第二个只能识别出几个字 ![Snipaste_2023-11-16_11-07-26](https://github.com/PaddlePaddle/PaddleOCR/assets/151109558/6806ea72-c0e0-4bd4-b47b-da1b1122075c) ![Snipaste_2023-11-16_11-07-30](https://github.com/PaddlePaddle/PaddleOCR/assets/151109558/fecf54ea-ef7a-45ce-b156-9560c7b288ca)

在C++ 中 如何保存生成的 tensorrt 加速文件 ?

我尝试将英文pdf转换为每张图片,并对每张图片进行版面分析+表格识别。 我使用的默认模型,因为用户文件夹存在中文路径,我将涉及到的paddleocr和paddleclas模型复制到了项目根目录并重新指定了路径。 默认指定的layout_dict会导致indexOutOfBound,我重新指定了layout_dict_path。 我对这方面并不熟悉,请见谅。 请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem - 系统环境/System Environment:win11,CUDA12.0 - 版本号/Version:Paddle:2.5.2.post120 PaddleOCR:2.7.0.3 - 问题相关组件/Related components:ppStructure - 运行指令/Command Code: ``` def process(file_path, output_path):...

请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem - 系统环境/System Environment: - win11 - 版本号/Version:Paddle: PaddleOCR: 问题相关组件/Related components: - ch_PP-OCRv3_rec_infer - 运行指令/Command Code: - ppocr.exe system --det_model_dir=./ch_PP-OCRv3_rec_infer --rec_model_dir=./ch_PP-OCRv3_rec_infer...

![企业微信截图_20231120151344](https://github.com/PaddlePaddle/PaddleOCR/assets/144407150/5157e471-1c2d-4d00-a0b1-01bdef2fc0db) 如图,这个项目里介绍了可以对检测框做垂直翻转,但是我没有在代码里找到呢?

如题,当使用默认配置的时候: PPStructure(show_log=False, recover=True,use_gpu=True) PaddleOCR(use_angle_cls=True, lang="ch", use_gpu=True) 对于同一区域文字的识别,PaddleOCR的准确率远高于PPStructure,特别是对于title部分。请问这是为什么?

咨询Paddleocr大佬们一个问题,我这段时间测试PaddleOCR的各个使用途径,发现FastDeploy(Triton)效果还是挺赞的,打算往生产上推了 我们自己的机器是Ubuntu(8核 16G,CPU),生产侧最高的业务并发是500 想问一下,3个模型的runtime应该怎么设? 本人工程做的很少,以下是我的目前设定,如果闹笑话了请随意笑笑 :) models | instance_group_count | cpu_threads -- | -- | -- det_runtime | 1 | 8 cls_runtime | 1 | 4 rec_runtime | 1 |...