Expand my Community achievements bar.

SOLVED

Standalone PDF Extract API

Avatar

Level 1

Does Adobe has Standalone Rest API's for extracting the content from PDF without the use of PDF SDK?

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Employee

@AnonJDAfter getting this response, the next step is to upload the PDF to the presigned URL i.e. to the given uploadUri.

Step 2 on this link should be able to help you out further on this: https://developer.adobe.com/document-services/docs/overview/pdf-extract-api/gettingstarted/#step-2--...  

View solution in original post

3 Replies

Avatar

Level 1

Hey. Thanks for the help.

 

I have one more question. I am confused on how to upload the pdf for data extraction. As per my understanding the below API will give me a URI which needs to be used for uploading the document. 

https://pdf-services-ue1.adobe.io/assets

I am successfully getting the response from the above API. PFB the screenshot

AnonJD_0-1685086918975.png

Now i am not sure how to use the uploadUri for uploading the document. Please help.

Avatar

Correct answer by
Employee

@AnonJDAfter getting this response, the next step is to upload the PDF to the presigned URL i.e. to the given uploadUri.

Step 2 on this link should be able to help you out further on this: https://developer.adobe.com/document-services/docs/overview/pdf-extract-api/gettingstarted/#step-2--...