ModuleNotFoundError: No module named 'adobe'
Sorry if this is a very simple problem but I am relatively new to this.
I tried installing the Adobe PDF Extract API from https://www.adobe.io/apis/documentcloud/dcsdk/pdf-extract.html. After following the steps in the README, I managed to successfully install the requirements.txt file and attempted to run the extract_txt_from_pdf.py. However, I am faced with the error:
ModuleNotFoundError: No module named 'adobe'.
Any solutions for this issue will be greatly appreciated.
