In most companies, the back-office logjam sits in accounts payable — the team that pays the bills. The usual software for reading invoices (called OCR, which turns a scanned page into text) trips up on the messy layouts of industrial invoices: steel mills with extra surcharge lines, or freight companies whose fuel charges change from week to week.
We fix this by building Google’s business AI that reads documents right into your all-in-one business software. The result reads each invoice and automatically checks that the invoice, the purchase order, and the delivery receipt all agree — with no one having to type anything in by hand.
Where It Starts: A Drop-Off Folder
It all begins when an invoice arrives. Invoices land in a dedicated drop-off folder in your Google Cloud account. That drop-off automatically wakes up a small program, which hands the document to Google’s business AI — set up specifically to pull data accurately out of tables.
Teaching the AI to Read Industrial Invoices
Plain invoice-reading software often gets lost on long, multi-page invoices where one order is split across several tables. We train the AI to recognize the specific things that matter on these invoices — like “Fuel Surcharge,” “Tariff Code,” and “Heat Number.” So instead of getting back a wall of text, we get clean, labeled figures we can actually check.
Checking That Everything Agrees
Once the data is pulled out, it’s sent into your business software, which then runs the check — comparing the invoice, the purchase order, and the delivery receipt to make sure all three agree before anything is paid:
- Invoice vs. Purchase Order: Do the quantities and prices match what was ordered?
- Invoice vs. Delivery Receipt: Did the goods actually arrive at the warehouse?
The data sent into the business software is a tidy, structured version of what the AI read:
{
"doctype": "Purchase Invoice",
"supplier": "STEEL_CORP_NORTH",
"po_reference": "PO-2026-0042",
"items": [
{
"item_code": "H-BEAM-6061",
"qty": 50.0,
"rate": 1240.50,
"document_ai_confidence": 0.998,
"custom_fields": {
"surcharge_type": "Fuel",
"surcharge_amount": 15.25
}
}
],
"auto_submit": true
}
No More Fee for Every Login
By reading and checking thousands of invoices a month automatically, Infinary frees your accounts payable team from the typing grind. You pay only for the AI processing and the Google Cloud resources you use — not a fee for every employee who logs in, and not the extra staff it takes to key in data by hand.
AI shouldn’t be an add-on feature. It should be part of how the business runs.
Infinary Engineering Group