Capture
A document arrives, whether uploaded, emailed, scanned or pulled from another system. Format varies enormously and the system has to cope with all of it.
Document intelligence
Document intelligence is software that reads a document rather than simply storing it. It works out what kind of document it is, pulls out the values that matter, checks them against what is already known, and passes the result to whatever happens next. The term is used interchangeably with intelligent document processing, usually shortened to IDP.
Five steps, and most systems perform all of them.
A document arrives, whether uploaded, emailed, scanned or pulled from another system. Format varies enormously and the system has to cope with all of it.
Working out what the document is. A pay stub, a tax return, a bank statement, an invoice. This happens before anything is extracted, because what to look for depends on what it is.
Pulling out the values that matter. Not all the text, only the fields the workflow needs, correctly identified as what they are.
Checking the extracted values against each other and against what is already known. A figure that does not reconcile gets flagged rather than passed on.
Passing the result to the next step. Attaching it to a file, satisfying a requirement, triggering a task, or raising something for review.
The comparison people most often want, and the distinction is genuine rather than marketing.
OCR, optical character recognition, converts an image of text into characters a computer can read. That is its whole job, and it is very good at it. Given a scanned pay stub, OCR returns the words and numbers on the page.
What OCR does not do is understand any of it. It has no view on which number is gross pay, which date is the pay period, or whether the document is a pay stub at all. It produces text, not meaning.
Document intelligence uses OCR as one step and continues past it. It classifies the document, identifies which value is which, checks whether the figures make sense together, and decides what should happen next.
The practical difference: OCR gives you a searchable document. Document intelligence gives you a figure you can act on, and tells you when it is not confident.
Systems described as IDP nearly always include OCR. Systems described as OCR generally stop at text.
Three adjacent categories get confused with it.
It is not a document management system. A DMS stores, versions and controls access to documents. It is concerned with where a document lives, not with what is inside it. Many organizations run both.
It is not robotic process automation. RPA automates the clicks and keystrokes a person would perform in an interface. It follows a script and it breaks when the screen changes. Document intelligence reads content and handles variation, which is the opposite problem.
It is not a general-purpose language model on its own. A model that can read a document is one component. A working system also needs to know which documents matter, what to extract from each, how to check the result, and what to do when confidence is low.
The common thread: each of these solves a real problem, and none of them answers the question of what a specific figure on a specific document actually is.
The technology is the same across industries. What changes is the document set and what happens after the reading.
In lending, the documents are pay stubs, W-2s, tax returns and bank statements, and the output feeds an application and a condition list. Mortgage document automation exists because the same figure is typed from a document into a form and then compared back against that document later.
In tax and accounting, the documents are prior-year returns, income forms and supporting records, and the output populates an engagement. Accounting document automation is driven by seasonality more than volume: the same firm handles a year of work in fourteen weeks.
In banking, the documents are identity records, statements and account paperwork, and the output feeds onboarding and monitoring. Financial document automation here is usually about time-to-open rather than headcount.
In healthcare, the documents are intake forms, insurance records, referrals and clinical correspondence, and the output feeds patient records and billing. Healthcare document processing carries privacy constraints the other sectors do not, which shapes how systems are built and where documents are allowed to go.
Enterprise document automation, as a term, usually means a shared capability serving several of these at once rather than a separate system per department.
Document quality is the largest variable and the least discussed.
Layout that moves. Two employers produce pay stubs with the same information in entirely different places. A system keyed to positions rather than meaning fails the moment a layout changes.
Poor capture. A photograph taken at an angle, a scan at low resolution, a page copied several times. The information is present and barely recoverable.
Handwriting. Still substantially harder than print, and common on forms that were designed to be completed by hand.
Multi-document files. A single PDF containing six months of statements, or a scan where three documents run together with no separation.
Language that is technically correct and locally specific. Terms that mean one thing in one institution and something different in another.
Systems that report high accuracy on clean documents and struggle in production usually met one of these rather than a modeling limitation.
Accuracy on a narrow, well-understood set of documents is a different measure from accuracy across everything an organization receives.
Some values are easy and consistently formatted. Others are ambiguous even to a person reading carefully. A single accuracy figure averages both.
The same system performs differently on a clean PDF and a photograph of a crumpled page.
Whether a figure is checked against anything else. An extracted value that reconciles with a second source is more trustworthy than one that does not.
A system that flags uncertainty behaves very differently in practice from one that returns a confident answer regardless.
Any honest account of this technology includes the reviewer.
Confidence varies by field and by document. A well-formed value on a clean document is close to certain. An ambiguous figure on a poor scan is not, and the useful behaviour is to say so rather than to guess.
Some decisions are not extraction problems at all. Whether an unusual income arrangement is acceptable, whether an explanation is sufficient, whether a document that technically satisfies a requirement actually addresses the concern behind it. None of these are questions about what a document says.
Accountability sits with a person. In regulated work, someone signs. That person needs to be able to see what was extracted and correct it.
What good systems change is not whether review happens but how much reaches the reviewer. Instead of reading every document, a person handles what was flagged.
Any vendor describing full automation of document review in regulated work is describing something narrower than it sounds.
The gain is rarely where people expect.
Rekeying disappears first. A figure read from a document and typed into a form is the most common source of a discrepancy that surfaces weeks later. Removing the typing removes the discrepancy.
Missing items surface earlier. A system that knows what a complete file looks like can say what is absent on the day something arrives, rather than at the point someone needs it.
Reuse becomes possible. A document verified once can satisfy a later requirement, because the system knows what it contains rather than only that it exists.
Review gets concentrated. Attention goes to the exceptions rather than being spread evenly across everything.
What does not change: the documents still have to arrive. Nothing here makes a client send a bank statement faster, and in most workflows that wait is the largest single delay.
Four questions separate systems that demonstrate well from systems that work.
What was accuracy measured on? A figure without a document set attached is not a claim about your documents. Ask for it on documents resembling your own, including the poor ones.
What happens when it is unsure? The answer tells you more than the accuracy figure. A system that flags low confidence is usable. One that returns a confident wrong answer creates work that is harder to find.
What does it do with corrections? A reviewer fixing the same field repeatedly without anything improving is a durable cost rather than a transition period.
Where does the reading happen, and what leaves your environment? This matters most in healthcare and financial services, and it is a question about architecture rather than about accuracy.
A pilot on real documents, including the difficult ones, answers all four faster than any demonstration.
Answers at a glance
Document intelligence is software that reads a document rather than storing it. It identifies what kind of document it is, extracts the values that matter, checks them against what is already known, and passes the result to the next step in a workflow.
OCR converts an image of text into characters a computer can read, and stops there. Document intelligence, or IDP, uses OCR as one step and continues: classifying the document, identifying which value is which, validating the result, and deciding what happens next.
In practice yes. The two terms are used interchangeably for the same capability. IDP is more common in enterprise software, and document intelligence appears more often in product naming.
No. A document management system stores, versions and controls access to documents. It is concerned with where a document lives. Document intelligence is concerned with what is inside it. Many organizations run both.
It depends on the document set, the specific field, and the quality of the input. A single accuracy figure averages easy fields and ambiguous ones. The more useful question is what a system does when it is not confident.
No. It changes how much reaches the reviewer. Ambiguous values are flagged rather than guessed, and judgment calls that are not extraction problems still go to a person. In regulated work, someone signs.
Structured forms, semi-structured documents such as pay stubs and invoices where layout varies, and unstructured documents such as correspondence. Difficulty rises with layout variation, handwriting and poor capture quality.
Lending, tax and accounting, banking, healthcare and insurance are the common ones. The technology is similar across them. What differs is the document set, the workflow after the reading, and the privacy constraints that apply.
Enterprise document automation usually means a shared document-reading capability serving several departments or workflows, rather than a separate system for each. The alternative tends to produce the same document being processed more than once.
Layouts that vary between issuers, poor capture such as photographs or low-resolution scans, handwriting, several documents combined in one file, and terminology that is specific to one institution.
AmitaSoft builds document intelligence and then wraps a workflow around it. SafeVault holds and verifies records, CliQloan moves loan files, and TaxFlo runs CPA engagements. The reading underneath is the same in each.
Explore AmitaSoft products →