Hi,
I am using Computer Vision API action Optical Character Recognition (OCR) to Text
I have a canvas app that takes a picture and triggers a flow.
When the flow runs it does not recognise the text.
I have built my Flow based on the examples online.
As per my understanding I need to convert the base64 text to binary for the OCR to read the image.
However I get an error when I try to convert it :
Unable to process template language expressions in action 'Compose_2' inputs at line '1' and column '8993': 'The template language function 'base64ToBinary' was invoked with a parameter that is not valid. The value cannot be decoded from base64 representation.'.
My flow:

If I do not convert the image
Any ideas ?
Stanley