首页 > 解决方案 > 在 Flutter 中使用 Google ML-Kit 设备端文本识别

问题描述

是否可以在 Flutter 中使用 Google ML-Kit On-Device Text Recognition?我在网上找到的所有教程和资源都是firebase_ml_vision,但我正在寻找使用 Google ML-Kit 的免费 OCR 的教程和资源。我将如何在 Flutter 中做到这一点?

标签: flutterdarttext-recognitiongoogle-mlkitflutter-packages

解决方案


正如@Sayan Nath 所说,您可以使用mlkit,但我认为更好的选择是google_ml_kit,在 firebase_ml_vision 上工作的 firebase 团队也建议使用它。


推荐阅读