Replies: 1 comment 2 replies
-
不需要将所有Python代码转换为Java代码才能在安卓系统上部署paddleOCR。PaddleOCR提供了专门的安卓部署方案:
所以不需要将Python代码转换为Java,而是通过FastDeploy提供的接口和预编译库在安卓设备上完成OCR功能。这种方式更加高效和便捷。 建议参考PaddleOCR的官方Android部署文档: Response generated by feifei-bot | claude-3-5-sonnet-latest |
Beta Was this translation helpful? Give feedback.
2 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.
-
paddleOCR在安卓系统下运行,需要将python源代码全部转化为Java代码后才能部署吗?
Beta Was this translation helpful? Give feedback.
All reactions