I’m trying to setup an automation to acquire invoices from a mailbox, and summarize them using ChatGPT.
My issue is that ChatGPT struggles to extract accurate information from the invoices. The invoices are in clean one-page PDFs. Somehow, ChatGPT invents some information and fails to acquire most information.
Is there a known fix for this? I know that other specialized third-party invoice analysis tools exist, but if possible I’d prefer to stick to ChatGPT.
Automation overview below (two branches to deal with PDF and image files separately).
please have in mind that ChatGPT is NOT a PDF OCR platform. You can try creating an agent and training it with your own data to improve its performance or switch to a different tool actually designed to do PDF OCR.