有没有什么文档,我可以解怎么用paddle_inference来识别文字。 #16604
Unanswered
kinghelong
asked this question in
Q&A
Replies: 1 comment
-
|
您好,C++部署可以参考文档 https://www.paddleocr.ai/main/version3.x/deployment/cpp/OCR.html ,应该有具体的实现代码的。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
cpp_infer文件夹下的示例我编译通过了,但这是release版的,没办法查看处理流程,也没有文档可读,我如果想自己写个ocr识别程序,我该怎么写?特别是一次加载模型,可以实时识别文字的程序
Beta Was this translation helpful? Give feedback.
All reactions