Hi.
I am trying to build a scenario where the automation would take a scanned .pdf file, get the text using OCR, send the text to GPT, get a JSON and insert data into airtable. Below you can find a screenshot of the desired workflow:
My current problem is that I get errors when I try to send the .pdf URL to 0codeKit for getting the text using OCR. It seems that it expects some kind of .pdf / link as input and I am not providing the right thing. I also tried postman and I have the same issues. The dummy pdf works, but what I give as input does not work.
I’ve tried with both google drive and OneDrive.
Link to google drive pdf: * * * https://drive.google.com/file/d/1zKhbX3bwcw_aK14i3TrUWHOicBkDdSQ0
Link to OneDrive pdf: Microsoft OneDrive
The error I get using Google Drive pdf link: [500] Internal Server Error. The server met an unexpected condition
The error I get using OneDrive pdf link: Invalid PDF url provided.
Bundle from google drive:
What am I missing?
Thank you,
Razvan