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

#### 问题描述 / Problem Description 如图所示 ![1720662503056_EC28CAA2-B76B-4f32-AB69-BA66367F26CD](https://github.com/PaddlePaddle/PaddleOCR/assets/25148209/a601fac9-afd3-4fc2-919d-b2b527b98130) 识别出来的语义乱了,后面又好了 #### 运行环境 / Runtime Environment - OS:win10 - Paddle: - PaddleOCR: #### 复现代码 / Reproduction Code #### 完整报错 / Complete Error Message...

#### 问题描述 / Problem Description 写完了功能,需要把项目给非开发岗的同事用,但是打包后应用程序无法使用,报错No module named 'paddleocr'。文件配置如下: #### 运行环境 / Runtime Environment spec # -*- mode: python ; coding: utf-8 -*- block_cipher = None a = Analysis( ['server.py'],...

#### 问题描述 / Problem Description PaddleOCR中用导出的模型对测试集进行预测 #### 运行环境 / Runtime Environment 运行命令python3 tools/infer/predict_system.py --det_model_dir=output/CCPD/det_quant/infer --rec_model_dir=output/CCPD/rec_quant/infer --det_limit_side_len=736 --det_limit_type=min --image_dir=/mnt/workspace/PaddleOCR/CCPD2020/ccpd_green/val/ --draw_img_save_dir=infer/quant --use_dilation=true #### 复现代码 / Reproduction Code #### 完整报错 / Complete Error...

add data_format selection support to ocr

#### 问题描述 / Problem Description I am trying to overfit the db_mv3 model on a single scanned A4 size image, with fairly straightforward annotation. (The default Paddle detector performs almost...

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

#### 问题描述 / Problem Description 改为table=False正常运行,table=True就一直kernel dead重启 #### 运行环境 / Runtime Environment - OS: Ubuntu 24.04 - Paddle: 2.6.1 - PaddleOCR: 2.7.3 #### 复现代码 / Reproduction Code #### 完整报错 /...

### Discussed in https://github.com/PaddlePaddle/PaddleOCR/discussions/13292 Originally posted by **813BoZai** July 8, 2024 the link: https://github.com/PaddlePaddle/PaddleOCR/blob/main/deploy/pdserving/README_CN.md about Serving PaddleOCR,showing the index of QPS is 22s but when I am work for the...