How can I configure an API call in Flutterflow to send an image stored in a local variable, such as UploadedLocalFile
, to the Azure OCR API for text extraction? Specifically, what should be the Content-Type
in the request header, and how do I set the request body to include the binary data of the image file?
Configuring an API Call in Flutterflow to Send an Image to Azure OCR for Text Extraction
1