Hello,
I have created a site that extracts text from PDF files. When I call this site locally, it successfully extracts text from PDFs (e.g., using the following command in cmd:
curl -X POST -H "Content-Type: application/pdf" --data-binary "@E:\TestFiles\Easy Chicken Curry02.pdf" "https://xxxxxxxxxxxxxxxxx.net/api/GetPDFText").
However, when I create a cloud flow using Power Automate to call this site, the extraction functionality fails. I suspect that the PDF file format may have been altered during the upload process, preventing my site from processing it correctly. Could you advise on how to resolve this issue? Below are screenshots of my configuration: