I would like to implement Barcode and Text detection same time using android ML kit. How can I implement this?
Asked
Active
Viewed 255 times
0
-
By passing your `InputImage`s to both of them? It's not clear exactly what you're having trouble with. – Michael Oct 19 '21 at 14:21
-
1@Michael I got answer. I am calling Tasks.await(result) right after the recognizer.process() – Deepu George Jacob Oct 19 '21 at 14:43