How do i scan qr code from an image?

I have a qr code image stored in my device. After picking the image it will scan and give result. How do i do it?

Perhaps this ?

Its only decoding the generated qr code by this extension, if i choose other qr codes it says com.google.zxing.notFoundException

Try dragging out a barcodescanner component

Now the error is not showing as well as the result. Only showing result for generated qr code result from this extension

Working OK here with a qr code in assets. Tested with companion 277 on Android 16
(didn't drag in the barcodescanner component either)

image