Quick question, I offer accounting/financial management software and would like to know if there is a plugin or a way to determine the type of invoice the user imports.
For example, to know if the invoice is a phone bill, or a food bill, or a transport bill, etc…
I only need to know if the invoice contains food products or not.
Ideally, I’d like something that works as a backend workflow.
I’ve already instal microsoft azure ocr for invoice analysis, I need to be able to send the data (that I store from the ocr) to the AI so that it can tell me the type of invoice (food or not).
Then I’ll create an aguyage based on the AI’s response to continue my backend workflow to the end, and thus manage the 2 types of invoices I’ll have.