I am using Zamzar to extract pdf content. I have gotten the api calls to initialize. However, I cannot get it to run in the backend. Well at least, I see that their is no data being updated. Could someone take a look and see where the issue is?
Thanks for the reply. Zamzar documentation is also not as good but their support was helpful. I do not want to give up on this api just yet since I know I was able to make a call to it. I know it must be how I have the workflow set up.
Please include screenshot of API Connector settings to.
What is the content of source file? (Show arbitrary text settings)…
What do you have in logs after the calls? any error?
Unfortunately we have moved away from PDF.co, not because it wasn’t working, but because we can now get the data in CSV.
As I can’t see your entire process I’ll outline how I implemented it.
The PDF file was uploaded to AWS, the direct link to that file was then sent to PDF.co which would then parse the data using the template I created.
The results would be sent back in JSON, which I would then parse into the database.
This process was surprisingly quick and worked without issue. Looking at your error it appears that PDF.co can’t access your file via the URL you have provided?
Do you have an uploaded file URL in place to initialise the API? If not, I would suggest using a real URL from AWS.
If you’re getting it as an API response, you can simply connect each pair to the right location when you initialise the connection. With that said, I’m guessing that you don’t have that?
CSV can be parsed into the Bubble database directly (kinda) so there’s no need for the additional steps of exporting that data to a TP provider to extract it from the PDF and recieve it back as JSON.
JSON is arguably easier to deal with once you have it, as the CSV process requires plugins, but it’s simple enough once you’ve got it all hooked up! I used 1T - CSV uploader.