在不使用 Vuforia 的情况下使用 Unity 进行文本识别

Text recognition with Unity without using Vuforia

我检查了很多 post 关于使用 Unity 进行文本识别的文章。但是每个 post 都在暗示 Vuforia。

此外,Vuforia 文本识别是 deprecated

根据 Vuforia,它只检测衬线和无衬线字体。

我希望我的应用程序能够在一定程度上检测手写文本。

所以我的问题是'is there any SDK or anything else which will help to detect handwritten text too?'。

提前致谢。

如果您被允许在您的 Unity 应用程序中使用网络,您可以集成 Google Cloud Vision,它将为您完成这一切。

GitHub 上有一个名为 UnityCloudVision 的项目,它应该可以为您完成繁重的工作。

https://github.com/comoc/UnityCloudVision