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

![IMG_ppmoney_20220924_124811_6213_f6_33_1120 5000_3406 0000_863 0000_438 0000_0 000000_329 4103_193 1026_421 0000_168 0000_0 000000](https://github.com/PaddlePaddle/PaddleOCR/assets/18675077/011ce74c-7766-426b-aa2a-2d17d011576e) 图片中是一个价签的价格字段,请问标注的时候是标为"25.90"还是"25.90元/瓶"?如果是前者,我如何可以识别出单位呢?额外增加一个检测框分开识别吗?

## 问题 使用 PaddleOCR 单独执行检测时,报错 ValueError ```python import numpy as np from paddleocr import PaddleOCR ppocr = PaddleOCR(lang='ch', use_angle_cls=False,) image: np.ndarray = ... results = ppocr.ocr(image, det=True, rec=False, cls=False) print(results)...

detection
status/close
triaged

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

picodet_lcnet_x1_0_fgd_layout_table的推理模型(https://github.com/PaddlePaddle/PaddleOCR/blob/release/2.7/ppstructure/docs/models_list.md)中,生成的结果类型为text类别,这个只是检测表格,我理解应该只有table类别才对呀

请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem - 系统环境/System Environment:ubuntu 20.04 - 版本号/Version:Paddle: 2.6 PaddleOCR:dygraph 问题相关组件/Related components:ppocr/postprocess/db_postprocess.py - 运行指令/Command Code:python tools/train.py -c configs/det/det_r50_db++_icdar15.yml - 完整报错/Complete Error Message:eval...

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

I printed the image shape in the Det_eval and got 3*1408*993, which means the height of image is 1408 However indeed, the image size is originally 1403*993, and if i...

- 系统环境/System Environment: - 版本号/Version:Paddle: PaddleOCR: - 运行指令/Command Code: - 完整报错/Complete Error Message: Traceback (most recent call last): File "/usr/local/lib/python3.8/site-packages/tornado/web.py",line 1786,in _execute result = await result File "/usr/local/lib/python3.8/site-packages/tornado/gen.py", line 780,in...

框选数据的工具中发现有个参数 key_cls 训练后想在识别中返回这个数据,要怎么操作?

Code PR is needed

请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem - 系统环境/System Environment: - 版本号/Version:Paddle: PaddleOCR: 问题相关组件/Related components: - 运行指令/Command Code: - 完整报错/Complete Error Message: 前后处理的cpu部分能否利用多核并行加速?怎么配置?