Hi there.
I know there are videos and instructions but I’m a bit confused by now.
I need to extract data from several PDF files at a time (which is not an image but I guess it doesn’t matter), to use on other automated tasks.
The PDF is a local file.
I have tried to open it in browser through “open” command and filepath but although it opens the file, I get an error afterwards: " * Line 3: Error #210: ‘open’ failed. No page load event detected after 10s (!TIMEOUT_WAIT). Error details: heart beat error thrown"
How can I extract text from local pdf files?
Do I have to use desktop automation, open the app, open the file… etc?
Thank you in advance.