Skip to main content
Participant
June 17, 2021
Question

Adobe pdf services sdk for python

  • June 17, 2021
  • 2 replies
  • 7298 views

I am trying to install adobe pdf services sdk in python. I am getting following error.

 

Traceback (most recent call last):
File "extract_txt_from_pdf.py", line 35, in <module>
from adobe.pdfservices.operation.auth.credentials import Credentials
ModuleNotFoundError: No module named 'adobe'

    This topic has been closed for replies.

    2 replies

    Participant
    January 19, 2022

    Hello,

     

    pdfservices-sdk for Python does not have OCR & OCR Options but .NET version got?

    Thanks

    Raymond Camden
    Community Manager
    Community Manager
    January 19, 2022

    Correct - right now our Python SDK only supports the Extract operation. You could use the REST API with Python though for those operations.

    Raymond Camden
    Community Manager
    Community Manager
    June 17, 2021

    Did you install the dependencies?

     

    pip install pdfservices-sdk

     

    Participant
    June 18, 2021

    Thanks Raymond for the response 

    I installed all depndencies.

    after installing I am running the source code

    at line ;

    from adobe.pdfservices.operation.auth.credentials import Credentials 

    i get errror ;

    Module not found error ; no module named “adobe”

     

    Raymond Camden
    Community Manager
    Community Manager
    June 25, 2021

    I am so sorry I didn't respond. Normally I get a notice of responses, but it's possible I missed it. Unfortunately I'm not sure what to suggest. I'm new to Python, but I did the pip install, and used our code to build a demo. This is my example, which builds on our docs, maybe let me know if this works?

     

    https://github.com/cfjedimaster/document-services-demos/blob/main/extract_examples/test1.py