Join Slack
Powered by
<Jetpack Compose: Reading and storing Byte array f...
# stackoverflow
u
user
07/16/2022, 1:21 PM
Jetpack Compose: Reading and storing Byte array from a URL stream in a Coroutine scope
I am trying to use the Android MLKit text recognition tool to read the text in an image from the internet. It requires an InputImage object, and I want to create one using the
fromByteArray
method. I planned on opening a URL stream and reading it into a Byte array, in the code below. But I got a...
3
Views
Open in Slack
Previous
Next