Questions tagged [google-mlkit]

ML Kit is Google’s machine learning SDK for mobile platforms, iOS and Android, used for dynamic text recognition and translation, object detection, barcode scanning etc. When asking questions, use platform-specific tags, iOS or Android.

ML Kit is Google’s machine learning SDK for mobile platforms, iOS and Android, used for dynamic text recognition and translation, object detection, barcode scanning etc.

Tag Usage

The tag is to be used with or tags. When adding additional tags to questions, please use the iOS- or Android-specific tags.

Reference

600 questions
21
votes
3 answers

Undefined symbols for architecture x86_64 flutter

I'm working in an app flutter. Android working fine but in ios no. I need some help to run this on ios mobile. I'm using lib: google_maps_flutter: ^0.5.27+3 and firebase_ml_vision: ^0.9.3+8. Xcode 11.4.1 and Mac os Catalina 10.15.4. Someone knows…
Dansp
  • 1,378
  • 2
  • 14
  • 36
19
votes
3 answers

Firebase ML kit give FirebaseMLException: Waiting for the text recognition model to be downloaded. Please wait

I'm use firebase ml kit for text recognition but give this exception on emulator and real device. W/System.err: com.google.firebase.ml.common.FirebaseMLException: Waiting for the text recognition model to be downloaded. Please wait. at…
Radesh
  • 13,084
  • 4
  • 51
  • 64
16
votes
3 answers

Is there a way to crop Image/ImageProxy (before passing to MLKit's analyzer)?

I'm using CameraX's Analyzer use case with the MLKit's BarcodeScanner. I would like to crop portion of the image received from the camera, before passing it to the scanner. What I'm doing right now is I convert ImageProxy (that I recieve in the…
10
votes
3 answers

ML Kit Vision on-device text recognition not downloading model: Waiting for the text recognition model to be downloaded. Please wait

I know there are many similar questions (here, here or here) but even though I've followed the suggested instructions I'm still facing the same issue. Even though it seems I have the project configured correctly, the Firebase ML Kit seems to have…
9
votes
3 answers

How to fix ML Kit loading problem? - Failed to scan code

Error on Scan UI loading: "com.google.mlkit.common.MlKitException: Failed to scan code." I have a problem with my device. When the Scan UI is loading (on GmsBarcodeScanning) i'm getting exception addOnFailureListener.…
9
votes
2 answers

Google ML Kit: couldn't find "libbarhopper_v2.so"

I recently changed my old barcode/QR scanning library in favor of the Google ML Kit for barcode scanning, and since I did I am receiving some new crash reports through crashlytics that I didn't have before. Fatal Exception:…
svprdga
  • 2,171
  • 1
  • 28
  • 51
8
votes
1 answer

Is ML Kit Face Detection on-device free for commercial companies usage?

I've founded the ML Kit on-device and use it in my company new project and it is working fine but I need to know if there is any payment could be required when the app's will be uploaded on the stores(android and IOS markets), I will use only the…
Yahia Tamimi
  • 91
  • 1
  • 3
7
votes
2 answers

Disable firebase logging for google ML Kit library in android

Could anyone help me to tell how can I disable the firebase logging in Google ML Kit library for android. For every 15 mins it will POST some information to https://firebaselogging.googleapis.com/v0cc/log/batch?format=json_proto3 I tried using the…
Prabhakaran
  • 1,264
  • 2
  • 20
  • 47
7
votes
1 answer

Swift Package Manager (SPM) and Cocoapod Dependency Conflict

Overview I have two dependencies, one available as a Swift Package, and the other only available as a Cocoapod. The problem is that each has a dependency on a third package, which results in undefined behavior when multiple versions exist. At a…
Michael
  • 1,115
  • 9
  • 24
7
votes
1 answer

ML Kit text recognition: How to get text based on position in image?

I'm making an app for myself to scan receipts, and put the data in a database. I tried using ML kit text recognition, and it works pretty well. However I'm having problems extracting the data from the recognized text. I'll explain with an…
Daantje
  • 225
  • 2
  • 10
7
votes
0 answers

Is it possible to add Scan Barcodes with ML Kit to the iOS project via Carthage or manually?

In our iOS project we use Carthage as a dependency manager. And we want to add Scan Barcodes with ML Kit to the project. But seems that Scan Barcodes is distributed via Cocoapods only. Is there any way to add GoogleMLKit/BarcodeScanning via Carthage…
Alex Belozierov
  • 131
  • 1
  • 4
6
votes
1 answer

What's the "UnsafeOptInUsageError"?

I'm using Google MLKit for barcode scanner. When I use imageProxy.image, IDE shows a warning; "This declaration is opt-in and its usage should be marked with '@androidx.camera.core.ExperimentalGetImage' or '@OptIn(markerClass =…
Mehmet Gür
  • 503
  • 7
  • 20
6
votes
1 answer
6
votes
1 answer

MediaPipe vs MLKit Vision vs ARCore

There seems to be a lot of overlap between these 3 Google libraries. According to their sites: MediaPipe: MediaPipe offers cross-platform, customizable ML solutions for live and streaming media. ARCore: With ARCore, build new augmented reality…
softcode
  • 4,358
  • 12
  • 41
  • 68
6
votes
1 answer

Does Firebase ML kit supports QR Code generator?

I need to implement a QR code generator from my app. Will the firebase ML kit provides such a feature to generate QR Code from a string? or I need to go with some alternative libraries like zXing?
1
2 3
39 40