How to create a PO from an image

Hi there,
I’m just getting started and I need to build a scenario that takes the financial information from an image, subtracts 20 per cent, creates a payment notice and then emails it to a customer.
The image is kept on a Google Drive.
Thanks

Hey @Matt_Abbott

You can do like this :

  • 1st module will search the file stored in drive
  • gpt module for analyzing images just map the link of your gDrive (sharable)
  • create a payment notice content with gpt completion
  • and then emailing it to customers.

If you have emails in google sheet or something Database we can directly map the email address and send the mail.

Let me know if you need something else.

This is really helpful, but of possible, could you break down the processes for each module? I’ve never done this before and I’m struggling.
For example, I’m not sure what prompt is correct and how to specify the image. On the create a completion step I have no clue.

Sure I can guide you through this,

in drive module :

Choose module, and map the imageURL, insert the prompt how you want the image to be analyzed

GPT completion module

now the email module

if you find this helpful please mark this as a solution, you will see a checkbox. Thanks