安装及使用 - RapidOCR 文档 #196
Replies: 14 comments 21 replies
-
安装使用了,但得到TypeError: Object of type float32 is not JSON serializable错误。 |
Beta Was this translation helpful? Give feedback.
-
ImportError: DLL load failed while importing onnxruntime_pybind11_state: 动态链接库(DLL)初始化例程失败。 使用onnxruntime-gpu时出错 |
Beta Was this translation helpful? Give feedback.
-
你好,我实际测试下来,发现CPU上rapidocr_onnxruntime性能比rapidocr_paddle好,但是这个差异主要是默认的cpu_math_library_num_threads没有设置导致的。具体原因是:以下这个分支里的设置线程数没有跑进去,导致paddle CPU推理的默认性能很差。 |
Beta Was this translation helpful? Give feedback.
-
同一张图片use_det参数设置为True时可以正常识别文字,但是设置为False时就会识别到内容为空,这是为什么 |
Beta Was this translation helpful? Give feedback.
-
您好。我怎么来提高这个文本识别的经度。怎么样微调下?多谢 |
Beta Was this translation helpful? Give feedback.
-
想要支持GPU推理的rapidocr_api |
Beta Was this translation helpful? Give feedback.
-
CnOCR就支持GPU的API,不过就是识别率不满意,https://cnocr.readthedocs.io/zh-cn/stable/install/ |
Beta Was this translation helpful? Give feedback.
-
请问下大佬,集成到我们Springboot项目中后,在本地(windows环境)调试ocr识别没问题。但是到了测试环境(linux环境)调ocr识别会导致容器立马崩溃重启(退出码139)是什么问题呢 |
Beta Was this translation helpful? Give feedback.
-
rapidocr_web 支持通过API调用吗?像rapidocr_api一样。 |
Beta Was this translation helpful? Give feedback.
-
您好博主, 我目前检测模型使用PPOCRv3训练的, 然后转化为onnx后,发现 未转化onnx的检测推理模型, 可以检测到图片, 转化到onnx后 检测不到文字了, 识别模型是基于PPOCRv4做的训练, 转化后精度没损失, 可以识别, |
Beta Was this translation helpful? Give feedback.
-
安装时默认会安装哪个引擎? |
Beta Was this translation helpful? Give feedback.
-
rapidocr_paddle包是基于PaddlePaddle框架作为推理引擎的,支持CPU和GPU上推理,推荐GPU端使用。原因是ONNXRuntime和OpenVINO在GPU上支持较差。 |
Beta Was this translation helpful? Give feedback.
-
rapidocr_paddle会不会像paddle一样,有显存泄露问题?本人在很多版本paddle+paddleocr上做了测试工作,都有显存泄露问题。 |
Beta Was this translation helpful? Give feedback.
-
去看一下PR,已经有了,只是没有合并
…---- 回复的原邮件 ----
| 发件人 | ***@***.***> |
| 发送日期 | 2025年01月22日 17:41 |
| 收件人 | RapidAI/RapidOCR ***@***.***> |
| 抄送人 | SWHL ***@***.***>,
State ***@***.***> |
| 主题 | Re: [RapidAI/RapidOCR] 安装及使用 - RapidOCR 文档 (Discussion #196) |
大哥,大概什么时候出来?很急
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you modified the open/close state.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
安装及使用 - RapidOCR 文档
Awesome OCR multiple programing languages toolkits based on ONNXRuntime, OpenVION and PaddlePaddle.
https://rapidai.github.io/RapidOCRDocs/install_usage/rapidocr_web/rapidocr_web/
Beta Was this translation helpful? Give feedback.
All reactions