Glossary

The document control glossary

36 definitions, and above all the distinctions that matter: OCR is not extraction, extraction is not control, document management is not compliance, a technical log is not an audit trail.

Affordability ratio
Ratio of rent including charges to a candidate's monthly net income, expressed as a percentage. Used as a solvency criterion in property management.

Not to be confused with

The result depends entirely on which net figure is used. Computing on net pay rather than taxable net, or on a month containing a bonus, shifts the ratio by several points.

See also : Tenant application file · Document control
AI Act
European regulation governing artificial-intelligence systems by risk level, requiring in particular transparency, traceability and effective human oversight for uses that significantly affect people.
See also : Human in the loop · Explainable decision · GDPR
AML (anti-money laundering)
Framework for combating money laundering and terrorist financing, of which KYC is the onboarding component.
See also : KYC (know your customer)
Audit trail
Tamper-evident record allowing after-the-fact reconstruction of what was checked, under which rule, on which data, at what date, and what decision resulted.

Not to be confused with

An audit trail is not a technical log. A log records system events; an audit trail links a business decision to its justification and stays readable by a non-technical auditor.

See also : Explainable decision · Logging · Proof retention
Automatic document reading and recognition
French-language terminology predating IDP: recognition identifies the document type, reading extracts its content. Still used in public-sector tenders.
See also : IDP (Intelligent Document Processing) · OCR (optical character recognition) · Document classification
Automation rate
Share of files processed end to end without human intervention. Central indicator of a document-control setup's yield.

Not to be confused with

A high automation rate is only good news if the false-negative rate stays low. Taken alone, it improves trivially by loosening the rules.

See also : Escalation rate · False negative · Cost per file
Confidence threshold
Value below which an extracted piece of data is not considered reliable and triggers human review rather than an automatic decision.

Not to be confused with

A low score signals uncertainty, not error. Conversely, data extracted with a high score can be wrong: confidence measures how cleanly it was read, not whether the content is true.

See also : Document data extraction · Human in the loop · False positive
Cost per file
Total cost of processing one file, including human review time, platform costs and the cost of errors found.

Not to be confused with

A cost per file computed without the cost of false negatives artificially flatters automation: undetected errors are paid elsewhere and later.

See also : Automation rate · False negative
Cross-document check
Check on the agreement of the same information across several documents: an identical name on the ID and the contract, an identical IBAN on the bank details and the invoice, income consistent between payslip and tax notice.

Not to be confused with

This is what no document-by-document reading can produce. A forger able to fabricate one coherent document more often fails to make three documents coherent with each other.

See also : Document control · Document consistency · Document fraud
Data minimisation
Principle requiring collection of only the data strictly necessary for the stated purpose, and no retention beyond it.

Not to be confused with

In tenancy, the list of documents that may be required is exhaustively fixed: asking for one outside the list is not extra caution, it is a punishable practice.

See also : GDPR · Retention period
Document AI
Umbrella term for applying learned models to document understanding: classification, extraction, answering questions about a document. Often used as a product name by cloud providers.

Not to be confused with

"Document AI" describes a technology, not a guarantee of outcome. A model can produce a plausible-but-wrong value with the same confidence as a correct one — hence the need for a confidence threshold and human review.

See also : IDP (Intelligent Document Processing) · OCR (optical character recognition) · Confidence threshold · Human in the loop
Document classification
Automatic identification of an uploaded document's nature: payslip, tax notice, identity document. It determines which extraction and control rules apply.

Not to be confused with

A single PDF can concatenate several documents. Classifying the whole file from its first page is a frequent and costly mistake.

See also : Document data extraction · IDP (Intelligent Document Processing)
Document compliance
State of a file whose required documents are all present, valid and compliant with the applicable rules — internal or regulatory — at the date compliance is established.

Not to be confused with

Compliance is dated. A file compliant on signature day stops being so when a certificate expires: compliance is a state to maintain, not a milestone passed once.

See also : Document control · Audit trail
Document consistency
Property of a set of documents whose shared information agrees and whose internal calculations verify. Its absence is the first anomaly signal, whether fraudulent or accidental.
See also : Cross-document check · Document fraud
Document control
The set of checks applied to a document or a group of documents to establish whether they satisfy a set of rules: presence, validity, internal consistency, agreement with other documents. Document control produces a reasoned decision — compliant, non-compliant, needs review — and the evidence for it.

Not to be confused with

Not to be confused with extraction: extraction reads the document and produces data, control applies rules to that data and produces a decision. A system that extracts without deciding is not document control.

See also : Document data extraction · Cross-document check · Audit trail · Document compliance
Document data extraction
Turning a document's content into structured, typed data: an amount becomes a number, a date becomes a date, a name becomes an identity field. Extraction relies on OCR for image documents but differs from it by qualifying values semantically.

Not to be confused with

Extraction produces data, not judgement. Correctly extracting an IBAN says nothing about its legitimacy.

See also : OCR (optical character recognition) · Document control · Confidence threshold · Document classification
Document fraud
Producing or altering a document to obtain an undue right, contract or payment: altered amount, wholly fabricated document, genuine document belonging to someone else.

Not to be confused with

Modern document fraud is rarely crude. A competent forger produces an arithmetically consistent document: it is cross-referencing several documents, not examining one, that catches them out.

See also : Cross-document check · False negative · Document consistency
Document workflow
Ordered sequence of steps applied to a file: collection, extraction, control, decision, possible escalation, archiving. The workflow makes processing reproducible from one file to the next.
See also : Document control · Escalation · Human in the loop
EDM (electronic document management)
System for storing, indexing, versioning and sharing documents. An EDM answers "where is the document and who may see it".

Not to be confused with

An EDM files; it does not verify. It knows a document exists and where it is; it has no idea whether it is expired, inconsistent or forged. The two systems are complementary, not competing.

See also : Document workflow · Document control
Escalation
Routing a file to human review when the rules cannot conclude: uncertain data, unforeseen case, detected anomaly whose cause remains ambiguous.

Not to be confused with

Escalation is not a system failure: it is its safety valve. An engine that never escalates is deciding cases it should not have decided.

See also : Human in the loop · Escalation rate · False positive
Escalation rate
Share of files routed to human review. Complement of the automation rate, it measures the residual load on teams.
See also : Automation rate · Escalation
Explainable decision
Decision whose reasoning can be restated in terms the affected person understands: which rule applied, to which data, extracted from where in which document.

Not to be confused with

Showing a score is not explaining. "Risk score: 0.72" is not an explanation; "the insurance certificate expired on 14 March" is.

See also : Audit trail · AI Act · Human in the loop
False negative
File declared compliant when it is not: forged document accepted, inconsistency undetected, expired document approved.

Not to be confused with

A false negative only surfaces when it becomes expensive — an unpaid debt, an inspection, a dispute. It cannot be measured in the live flow: it must be sought by sampling.

See also : False positive · Document fraud · Automation rate
False positive
An anomaly flagged by a check on a file that is in fact compliant. Main cost: wasted human time and, if rejection is automatic, harm to a person whose file was valid.

Not to be confused with

A false positive is visible — someone complains. A false negative is not. Optimising only what surfaces leads to loosening rules until nothing is detected at all.

Example : Rejecting a 2011 paper ID card as expired when it benefits from the five-year extension.
See also : False negative · Confidence threshold · Human in the loop
GDPR
European regulation governing personal-data processing: defined purpose, minimisation of collected data, limited retention, rights of data subjects.

Not to be confused with

It creates a real tension with auditability: deleting a document on schedule is mandatory, so is proving it was checked. The answer lies in retaining the fingerprint and outcome, not the document.

See also : Data minimisation · Proof retention · AI Act
Human in the loop
Arrangement in which a human operator retains the effective ability to check, correct or overturn an automatically produced decision before it takes effect.

Not to be confused with

Purely formal oversight does not count. An operator approving a hundred files a minute with no real power to challenge is not human oversight, whatever the interface.

See also : AI Act · Escalation · Explainable decision · False positive
IDP (Intelligent Document Processing)
Software category combining classification, OCR, extraction and sometimes validation, to process unstructured documents at scale. IDP industrialises document reading.

Not to be confused with

IDP is measured by how well it reads; document control by how correctly it decides. An IDP platform can extract data flawlessly that, cross-referenced, would reveal an inconsistency — without ever performing that cross-reference.

See also : OCR (optical character recognition) · Document AI · Document control · Document data extraction
KYC (know your customer)
Set of obligations requiring verification of a customer's identity and source of funds before entering a business relationship, then keeping that knowledge up to date.
See also : AML (anti-money laundering) · Document control · Document compliance
Logging
Chronological recording of a system's technical events: calls, errors, connections. Intended for operations and diagnostics.

Not to be confused with

Logging answers "what happened in the system". The audit trail answers "why was this decision made on this file". Conflating them means handing logs to an auditor.

See also : Audit trail
MRZ (machine-readable zone)
Standardised band at the bottom of identity documents encoding name, date of birth, number and expiry date, with arithmetic check digits.

Not to be confused with

A valid MRZ does not prove authenticity: its keys can be recomputed by anyone altering the document. Its value is only negative — an invalid key betrays tampering.

See also : Document fraud · Document control
OCR (optical character recognition)
Technology converting an image of text into machine-manipulable characters. OCR produces a character string and, depending on the engine, each word's position in the image.

Not to be confused with

OCR reads; it does not understand and verifies nothing. It does not know a number is an amount, a date is an expiry date, or that an amount contradicts another document. It is the first brick of a chain, never the chain itself.

Example : An OCR reads "2,450.00" on a payslip. It has no idea this is taxable net pay, nor that the next payslip's year-to-date total should include it.
See also : Document data extraction · IDP (Intelligent Document Processing) · Document AI · Automatic document reading and recognition
Proof retention
Practice of retaining the record that a check took place and its outcome, independently of the checked document, so that deleting the document does not erase the proof of the check.
See also : Audit trail · Retention period · GDPR
Retention period
Maximum period a document or data item may be retained given the purpose that justified its collection, after which it must be deleted or anonymised.
See also : GDPR · Data minimisation · Proof retention
RPA (robotic process automation)
Technology automating tasks by driving existing interfaces as an operator would: open an application, copy a value, paste it elsewhere.

Not to be confused with

RPA reproduces gestures; it makes no business judgement. It moves data without asking whether it is correct, and breaks as soon as the interface changes.

See also : Document workflow · Document control
Tenant application file
Set of documents assembled by a rental candidate to establish identity, address and solvency, plus those of any guarantor.
See also : Affordability ratio · Cross-document check · Data minimisation
Vigilance duty
Duty on a principal to verify, every six months throughout the contract, that its subcontractor is up to date with social-security obligations.

Not to be confused with

The duty is recurring, not one-off. A single check at signature does not satisfy the law, even if the certificate was valid that day.

See also : Document compliance · Document control

See these notions at work

Floweez applies these checks to your files, without code.

Book a demo