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: - 版本号/Version:Paddle: PaddleOCR: 问题相关组件/Related components: - 运行指令/Command Code: - 完整报错/Complete Error Message: 将utility.py中参数benchmark打开: ![bug4](https://user-images.githubusercontent.com/84179587/201619428-da7a4820-d5f0-468b-8bee-3ee13764b139.png) 然后使用inference推理模型进行predict_rec.py出现错误: ![bug4-1](https://user-images.githubusercontent.com/84179587/201620493-6df896ef-71b8-4b1e-8f10-5e033c6e7277.png)

-System Environment:ubuntu 22.04 -Version:Paddle: PaddleOCR:Related components:paddlepaddle-2.4.0rc0 - Command Code:PPOCRLabel --kie True - Complete Error Message: QSocketNotifier: Can only be used with threads started with QThread qt.qpa.wayland: Wayland does not support...

请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem - 系统环境/System Environment:CentOS Linux release 7.6.1810 (Core) - 版本号/Version:Paddle: 2.1 PaddleOCR: 问题相关组件/Related components:训练版面分析 - 运行指令/Command Code: λ 8270ccd5c322 /home/PaddleDetection export...

paddlelite版本:2.11和2.10 部署模型PaddleOCRv3模型 测试系统:Android 问题描述:移动端4线程预测时paddlelit2.11和2.10都报Segmentation fault错误 threads 4 power_mode 3 具体报错: /Paddle-Lite/lite/core/device_info.cc:1118 Setup] ARM multiprocessors name: HARDWARE : MT6762V/CB _M101_MT6765_ /Paddle-Lite/lite/core/device_info.cc:1119 Setup] ARM multiprocessors number: 8 /Paddle-Lite/lite/core/device_info.cc:1121 Setup] ARM multiprocessors ID:...

**kurdish central ( کوردیی ناوەندی ) is the principal language of kurdstan.** **file contains kurdish central unique charachers ( 44 ) character of kurdish central and ( 78 ) character...

contributor

https://github.com/PaddlePaddle/PaddleOCR/tree/release/2.6/deploy/Jetson In the paddle ocr jetson deploy tutorial, there is a link to download paddlepaddle_gpu-2.3.0rc0-cp36-cp36m-linux_aarch64.whl., but i cant find the file to download there. Where can i find paddlepaddle_gpu-2.3.0rc0-cp36-cp36m-linux_aarch64.whl.? Thank...

In MacOs, docker compose two containers, one contains paddleocr (**Container1**), and the other is for other application (**Container2**). **Container1**: paddle-bfloat 0.1.7 paddleclas 2.5.0 paddleocr 2.6.1.0 paddlepaddle 2.3.2 **Problem:** From Container2,...

用python脚本做OCR识别,发现字符直接的空格无法识别; 识别的脚本如下: from paddleocr import PaddleOCR, draw_ocr ocr = PaddleOCR(use_angle_cls=True, lang="ch") # need to run only once to download and load model into memory img_path = './imgs/11.jpg' result = ocr.ocr(img_path,...

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

* 系统环境: python3.7; paddlepaddle:2.3.2 * 运行指令:pip3 install -r requirement -i https://pypi.tuna.tsinghua.edu.cn/simple 错误如下: ![ff6db91b6155001d58f3ff78fd1e4e0](https://user-images.githubusercontent.com/117959671/201826082-3fe87bd7-80a3-4ef5-a5f3-b9039e3f5228.jpg) * 尝试方法: 1.换源 2.安装paddleocr==2.6.0.1