|
I am trying to run the following program which uses unstructured to extract text from a pdf. On calling the above method, I keep getting the following error message: According to the official documentation, you can disable certificate verification for testing purposes, but that too didn't work for me. However when I am running the program individually (not as a function) in a different py file, it works perfect. I checked the api key and URL, but am not able to figure out whether this is some environment specific problem. |
Answered by
d-evm
Feb 21, 2025
Replies: 1 comment
|
The program was running in a virtual env but not in global env. Hence I updated the dependency 'unstructured-client' and it worked! |
0 replies
Answer selected by
d-evm
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The program was running in a virtual env but not in global env. Hence I updated the dependency 'unstructured-client' and it worked!