Copy link to clipboard
Copied
Hi,
Not sure if anybody uses this community forum anymore as most posts are way older. I'll try get help anyway.
For setup, I followed following steps.
1) Downloaded my credential under Adobe PDF Extract API Free Tier
2) Added separate variables for client_id, client_secret, and organization_id in my user variables
2) Created and activated a virtual environment with python 3.8
3) Installed my pdfservices_sdk using pip install and all requirements with pip install -r requirements.txt
4) Tried running following script:
However, I am consistantly getting ModuleNotFoundError: No module named 'pdfservices_sdk'. Tried reinstalling it changing python version to 3.11. still the same error.
Can someone tell what am I missing here?
Copy link to clipboard
Copied
Not sure why you think this forum isn't used - we get posts every day. But I have seen it oddly sort sometimes. 🙂
From the quickstart, https://developer.adobe.com/document-services/docs/overview/pdf-extract-api/quickstarts/python/, it does look you are doiong your imports differently. Can you try matching the style used there?
Copy link to clipboard
Copied
Hi, thanks for responding.
matched the style suggested in documentation.
now, consistantly getting
Find more inspiration, events, and resources on the new Adobe Community
Explore Now