Hello,
I like to use the google api for a financial app in haskell which I have in mind.
One of the features Im thinking of is scanning of invoices instead of manually enter all the data.
For the detecting I can use the google vision api.
But the problem is that I recieve all the text where I only need the sender of the invoice and the amount I have to pay.
Is there a smart way to put only these data of any particular invoice ?
Roelof