Skip to main content

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.

google-mlkit
1 vote
0 answers
2 views

ML-Kit Document Scanner lifecycle callbacks

Can't get the App Lifcycle while ml-kit is opened. class MyApplication : Application() { override fun onCreate() { super.onCreate() registerActivityLifecycleCallbacks(...
Rabee Elkholy's user avatar
-2 votes
1 answer
41 views

React-Native can't find function, but it's there

I'm developing an app with React-Native for Android. The app was supposed to use the ML Kit PoseDetection API of Google to count reps of an exercise. Right now I just want the app to open the camera, ...
SetchFrank's user avatar
0 votes
0 answers
24 views

Facing problem in pod setup for GoogleMLKit/TextRecognition

Pod File: target 'DataProcessing' do #Comment the next line if you don't want to use dynamic frameworks use_frameworks! #Pods for DataProcessing pod 'GoogleMLKit/TextRecognition', '3.2.0' end Error: ...
Santosh Singh's user avatar
1 vote
0 answers
66 views

ML Kit Document Scanner | Google Play Service Crash

Have integrated ML Kit document scanner into the app currently I am working on. In certain devices, the document scanner launches successfully but returns RESULT_CANCELLED under onActivityResult On ...
Sathish's user avatar
  • 509
0 votes
0 answers
20 views

ML kit camera text recognition not working when navigated from another screen

I asked a previous question here where the camera preview screen with ocr wouldn't work when navigated from another screen and I managed to get it to work but now the problem is the ocr function doesn'...
3698 3698's user avatar
0 votes
1 answer
57 views

Failed to build iOS app when I add Google MLkit Barcode Scanning

I create an application Flutter with a barcode scanner. I want to use Google ML Kit but when I add the plugin google_mlkit_barcode_scanning, I can build Android app but the iOS app failed to build. I ...
Gon3s's user avatar
  • 177
0 votes
0 answers
37 views

How to fix the accuracy of the face detector box?

I am developing a face recognition attendance application. The application successfully displays a face detector box, but the accuracy of the face detection is not satisfactory. The detector often ...
Khafah SI's user avatar
0 votes
0 answers
23 views

Why Google android mlkit face-detection can still detect mouth landmark when I wear a mask

Android implementation 'com.google.mlkit:text-recognition:16.0.0' FaceLandmark mouth = face.getLandmark(FaceLandmark.MOUTH_BOTTOM); **if (mouth == null) { //*never reach here *! }** Why Google ...
anylife's user avatar
0 votes
1 answer
23 views

Face detection not working for landscape picture

I am using the example app to test the face detection feature, but the faces are not detected if the picture is not portrait. There is some setting that I have to change to detect faces on landscape ...
giordy16's user avatar
  • 347
2 votes
2 answers
229 views

React-Native-worklets-core Error: worklets not found, even though I installed it

So I try to develop an Android app with React-Native that uses the Google ML Kit pose detection. I'm still at the beginning of this project, but my first goal is to start the app and see if the pose ...
SetchFrank's user avatar
0 votes
3 answers
134 views

Text Recognition Overlay Misalignment Issue in Camera Preview

I'm working on an Android application where I'm implementing live text recognition using CameraX and ML Kit. The recognized text is displayed with bounding boxes on the camera preview, but I'm facing ...
Purushotam Kumar's user avatar
0 votes
0 answers
19 views

A captured image is not identifing face in Google ML KIT with Flutter and Node JS

There is a system with face search with Nodejs API. With uploading an image from computer/laptop to search it works fine. But as we upload an image for image search using Flutter it does not match the ...
Gaurav Khatri's user avatar
0 votes
0 answers
13 views

Can I train and import custom models (e.g. yet unsupported languages) in Google ML-Kit Digital Ink?

I haven't found any api or anything in the docs, but I'm wondering if I'm missing something. I have a client who intends to have recognition of a custom character set. For purposes of this question, ...
oli's user avatar
  • 723
0 votes
1 answer
37 views

Using Google ML Kit's Smart Reply plugin in flutter chat app

I am trying to implement Smart Reply functionality in my flutter app using Google's ML Kit. But I am getting an error in this part of the code- void _generateSmartReplies() async { final ...
Learner_01's user avatar
0 votes
0 answers
74 views

Flutter OCR with google mlkit text recognizer and tesseract ocr for maintaining the same text format from image/PDF

I am developing a Flutter application where I need to recognize text from images and PDFs and maintain the same format as in the source. I am using google mlkit text recognizer and tesseract ocr for ...
Mirnah Indore Team's user avatar

15 30 50 per page
1
2 3 4 5
45