Hello everyone.
I have a huge pdf file in Workato FileStorage I want to read and extract information using a python pypdf library. Passing the file content to python is not an option because the size. My idea is to pass the file url path and opened inside python code. Any of you know if is possible? I will appreciate the answers.