01 · OCR
A text dump is not a record
Optical character recognition returns characters. Finance still has to type vendor, order and amounts into the ERP. The scan did not reduce the posting work.
Intelligent document processing is the pipeline that classifies invoices, delivery notes and purchase orders, extracts the fields, and validates them against ERP master data before anything is posted. Optical character recognition only returns text. Pexon builds the validation and human-review loop into the ERP a mid-market European company already runs.
01 · OCR
Optical character recognition returns characters. Finance still has to type vendor, order and amounts into the ERP. The scan did not reduce the posting work.
02 · Template
Template extractors die on the first rotated PDF or a line-item table that moved. Mid-market AP is a mix of PDFs, scans and e-mail bodies, not one form.
03 · Match
A confident wrong vendor still posts. The check that matters is master data, an open purchase order, and a goods receipt — in the ERP, not in the model.
04 · Ops
Straight-through processing only exists if a named person clears what the threshold rejected. Without that owner, AP falls back to the shared mailbox.
The first bad answer is better OCR. You get a searchable PDF and a CSV. Someone in accounts payable still keys the posting. Ardent Partners' 2025 AP metrics, summarised by Corpay on 31 July 2026, put the all-buyer average at USD 10.89 and 10.9 days per invoice against USD 2.78 and 3.1 days at the top. That gap is not an OCR problem.
The second bad answer is an intelligent-document-processing licence that never calls the ledger. You extract in a side product, then re-key or file-drop into SAP. SAP's own reference architecture for this work ends in a posting layer: outbound notifications, then an API such as A_SupplierInvoice, with blocked vendors and invalid accounts returned to an exception queue. Extraction without that loop is a demo with extra steps.
01
Invoices, delivery notes and purchase orders arrive from mailboxes, scans and uploads. The first job is to split mixed attachments and pick the schema. OCR runs here as a layer, not as the product.
02
Named fields, line items, confidence per field. SAP publishes 85–95% accuracy for generative extraction of structured attributes — that is their range for extraction, retrieved 30 August 2026, not a posting rate. Enrichment looks up vendor and order in master data.
03
SAP's published pattern auto-confirms when every critical field is above a typical 90% threshold and sends the rest to a human workspace. Three-way match still has to pass before A_SupplierInvoice, or the equivalent API, creates the accounting document.
Illustrative of the SAP-published auto-confirm floor and posting API, not a connector we ran in a lab.
# posting policy — extractor is not the system of record
confirm_when:
critical_fields: ">= 0.90" # SAP typical auto-confirm floor
vendor: master_data_match
po_and_gr: three_way_match
post: A_SupplierInvoice # or the equivalent in your ERP
else: human_queueThree gates before the API. Invert that order and you buy a confident posting of a blocked vendor.
The extractor is a line. The product is invoice processing into the ERP a company of about 500 people in Europe already runs: match rules, the exception queue, and a posting API finance already trusts.
| Layer | IDP stack | Still yours |
|---|---|---|
| Reading the page | OCR plus classification and field extraction | Scan quality, mixed attachments, language mix |
| Knowing the vendor | Enrichment against master data | Clean vendor records in the ERP |
| Permission to post | Confidence threshold and human workspace | Three-way match, tax, blocked-vendor rules |
| The ledger line | Outbound notification / posting API | Who clears exceptions the same day |
SAP's 85–95% extraction range and the typical 90% auto-confirm floor are from the SAP Architecture Center (last updated 3 June 2026, retrieved 30 August 2026). They are not Pexon measurements and they are not a posting SLA.
Trade-off
Stay on OCR plus manual keying when invoice volume is small, almost every invoice is purchase-order-backed, and one clerk already clears the mailbox in a morning. Introduce intelligent document processing when you can name the break: non-PO invoices, mixed PDFs, or an exception rate you actually measure. If you cannot name the exception rate, you are buying a licence for a number you do not have.
Intelligent document processing is the pipeline that classifies a business document, extracts named fields, validates them against master data, and routes the result. Optical character recognition is one layer inside that pipeline. The output is a structured record that can be posted, not a text dump from a scan.
No. OCR returns characters. It does not know whether the vendor exists, whether the purchase order is open, or whether the amounts match a goods receipt. Those checks live in the ERP. Posting on OCR output is how duplicates and blocked vendors enter the ledger.
SAP's published intelligent-document-processing architecture auto-confirms a document when every critical field is above a typical 90 percent threshold and sends the rest to a human workspace. That number is extraction confidence, not a licence to skip the three-way match. A confident wrong vendor is still wrong.
No. SAP Document AI is one extractor with preconfigured invoice, purchase-order and delivery-note content. The posting loop — master-data match, three-way match, exception queue, A_SupplierInvoice or the equivalent API — is the part that has to sit in your landscape whether the extractor is SAP's, another vendor's, or an open-weight model behind a gateway.
Then do not stand up an extractor as a weekend project. The durable work is the posting policy, the exception queue, and the owner who clears it. Pexon sizes that loop in a two-week blueprint and will operate it only if you want that; the document is yours either way.
Next step
Two weeks, fixed price. We take one invoice population, write the match rules and the exception queue, and say whether the extractor you already have is enough. The plan is yours whether or not we build it.