Is there a simple method of displaying Bounding Boxes on Firebase Image

Viewed 756

I am using Firebase ML Kit on android studio to capture an image and then detect text.

Currently I take the picture with the phone's camera and this image is displayed in the app. I click my detect text button and the text appears. But I would like to see some bounding boxes on the images that shows what Firebase ML kit is seeing.

I have found many ways to do this in Kotlin, but I am a new developer and I feel like I need to figure out how to do this in Java before completely changing my whole code to Kotlin.

Thanks

1 Answers
Related