admin管理员组

文章数量:1182728

I am trying to extract data from PDF file using Document Information Extraction by SAP BUILD apps.

I tried to create HTTP POST request containing PDF file content which will be used for Document Information Extraction.

Component "PICK FILE" being used to upload the PDF file, now I want to pass the file data to the HTTP Destination Request.

The Output of PICK FILE looks like this:

I tried to pass PDF data to form-data of HTTP request body like this:

But I am getting following Error:

No file was uploaded for processing

Please suggest me how to fix this error.

NB: I also created a post of this issue in SAP community.

本文标签: How to send the PDF file in HTTP Destination request POST method in SAP BUILD APPSStack Overflow