python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
I want scan image for getting text, but when I send image to render app crashes and I lose connection to device
I'm using "google_ml_kit" package
Future pickImage() async {
final file = await _imagePicker.pickImage(source: ImageSource.gallery);
setImage(File(file!.path));
await textDetecto...
Lala Naibova
Votes: 0
Answers: 1
Android CameraX Text recognition start/stop on click
I would like to implement something simmilar to this solution, but instead of starting the analysis on creation of the app, I want to start and stop it with, for example press of a button. How can som...
pkonrad1229
Votes: 0
Answers: 1
Compiling of ML Kit model on demand
I want to check if it is possible to use ML Kit Pose Detection without having it in the initial application bundle (to reduce application size).
I am looking for functionality similar to one provided ...
ATV
Votes: 0
Answers: 1