i am using adobe PDF service to extract the table and text from the PDF document. I am using python SDK for the testing. But, I stuck on the following issue.
INFO:adobe.pdfservices.operation.internal.pdf_services_helper:Started uploading asset
INFO:adobe.pdfservices.operation.internal.pdf_services_helper:Finished uploading asset
INFO:adobe.pdfservices.operation.internal.pdf_services_helper:Started submitting EXTRACT_PDF job
INFO:adobe.pdfservices.operation.internal.pdf_services_helper:Started getting job result
ERROR:root:Exception encountered while executing operation: description =DISQUALIFIED - File not suitable for content extraction: File permissions do not allow content extraction; requestTrackingId=12928c65-c723-49d3-88f5-fd06f9be6db0; statusCode=400; errorCode=DISQUALIFIED_PERMISSIONS
Do you have any idea why I am getting such error message. My PDF is not that complex. I have tried other extraction API to extract the PDF, which worked as expected. But, I don't know why adobe is throwing that error to me. Thank you.