安装及使用 - RapidOCR 文档 #196
Replies: 10 comments 15 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.
-
安装及使用 - 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