云文本识别还是设备端? Google 文本识别服务

Cloud Text Recognition or On-Device? Google Text-Recognition Services

我正在考虑使用 Google 的 API 进行文本识别 - 设备上选项和属于 firebase 的云选项有什么区别?无论是实施还是结果 - 我如何知道哪一个最适合我的特定应用程序?

一些背景知识:

这些 OCR 选项可以跨平台集成吗Xamarin.Forms?还是仅使用本机应用程序?谢谢!

what is the difference between the On-Device option and the Cloud option that is part of firebase?

设备端文本识别 是新的独立 ML Kit SDK 的一部分,您可以使用或不使用 Firebase。

云文本识别 是 Firebase ML 的一部分,它包括 Firebase 的所有基于云的 ML 功能。

更详细的信息,请看:

https://firebase.google.com/docs/ml-kit/recognize-text

您可以根据自己的需要选择一种方式来做。