absolutely, PDF.co responds with a list of invoice lines as an array, so if you use an iterator to iterate through those, you'll be able to output those to the Google Sheet. You can get GPT4o to do the same but respond as a JSONList and then iterate through those. It's a bit more advanced and might be a bit more prone to errors in the data, but it's very doable.
Get all of our templates, courses, and resources here 👉 www.theaiautomators.com/?C7
It would be possible do the same thing but with an PDF with more than one item. Example an invoice with 5 or more itens... ???
absolutely, PDF.co responds with a list of invoice lines as an array, so if you use an iterator to iterate through those, you'll be able to output those to the Google Sheet. You can get GPT4o to do the same but respond as a JSONList and then iterate through those. It's a bit more advanced and might be a bit more prone to errors in the data, but it's very doable.