.writeToStream on the fileRef returned from extractPDFOperation not working
I was attempting to read the zip file directly to the code memory due to working in a read-only serverless environment instead of saving and then reading and the writeToStream method does not work. This works with other functions where a pdf files are returned by the sdk (like split PDF), but not zip files returned from extracting text. The documentation clearly states this meethod should be an option but is it not in this case.
Exception encountered while executing operation TypeError: result.saveToStream is not a function
