<Jetpack Compose: Reading and storing Byte array f...
# stackoverflow
u
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...