-
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. |
Beta Was this translation helpful? Give feedback.
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! |
Beta Was this translation helpful? Give feedback.
The program was running in a virtual env but not in global env. Hence I updated the dependency 'unstructured-client' and it worked!