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

``` -------------------------------------- C++ Traceback (most recent call last): -------------------------------------- No stack trace in paddle, may be caused by external reasons. ---------------------- Error Message Summary: ---------------------- FatalError: `Termination signal` is detected...

您好,请问fastdeploy中的rockchip这一块是否少了rknn模型和图片?,只有infer.py,照着文档走不通哇。 期待您的回复,我的邮箱是[email protected]

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

The semantic entity relation model works fine, some key value pair in documents are predicted as only answer, how to fix this issue. How to properly identified questions and answers...

请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem - 系统环境/System Environment: Linux 20.0.4 - 版本号/Version:Paddle: PaddleOCR: 问题相关组件/Related components: gpu: NVIDIA-RTX A2000 12GB, nvcc 10.1, driver version - 535.161.07...

## 背景 经过需求征集https://github.com/PaddlePaddle/PaddleOCR/issues/10334 和每周技术研讨会 https://github.com/PaddlePaddle/PaddleOCR/issues/10223 讨论,我们确定了XXXX任务。 ## 解决步骤 1. 根据开源代码进行网络结构、评估指标转换。代码链接:XXXX 2. 结合[论文复现指南](https://github.com/PaddlePaddle/models/blob/release%2F2.2/tutorials/article-implementation/ArticleReproduction_CV.md),进行前反向对齐等操作,达到论文Table.1中的指标。 3. 参考[PR提交规范](https://github.com/PaddlePaddle/PaddleOCR/blob/release/2.6/doc/doc_ch/code_and_doc.md)提交代码PR到ppocr中。

Code PR is needed

请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem - 系统环境/System Environment:debian 11 - 版本号/Version:Paddle:2.5.1 PaddleOCR:2.7.0.1 问题相关组件/Related components:cuda - 运行指令/Command Code: ```key python huifu.py ``` - 完整代码: ```python import...

triaged
needs investigation
software compatibility

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

請問 finetune SER model 任務中的 max_seq_len 預設是 512 https://github.com/PaddlePaddle/PaddleOCR/blob/main/configs/kie/vi_layoutxlm/ser_vi_layoutxlm_xfund_zh.yml 我們數據集的 token 長度會超過 512,想調整這個值為 1024 但調整後遇到以下 error ![image](https://github.com/PaddlePaddle/PaddleOCR/assets/138775305/6c78a6d1-5b70-44aa-8adb-0d718778e2e1) 想請教如何解決,謝謝