Follow a Document Analysis status

On this page, you will find comprehensive information about the Document Analysis lifecycle

Document Analysis statuses

The Document Analysis lifecycle is really simple and consists of the following stages:

StatusDescriptionRecommended action
pendingThe Document Analysis has been initiated.Wait for the status to change.
inconclusiveThe Document Analysis could not be completed, or only partial data were extracted from the Document. If a document doesn't match the expected document_typestatus will always be failed.Check the uploaded file and request a new file to extract data from or manually add the missing data from a manual inspection of the document.
failedAt least one check failed or the document_type didn't match the expected type. For example the expected first_name, last_name didn't match the extracted value.Check the document or the input info and request a new Document Analysis.
doneThe Document Analysis was successful and all data fields were extracted.Use the extract data to automate your process or reuse the extract data in another verification.

To learn more on how names are matched and better understand a failed status please follow our detailed guide here.

ℹ️

Billing

Unlike done and failed status, an inconclusive Document Analysis does not incur a charge.


Status codes

If the Document Analysis is failedor inconclusive the status codes can help diagnose the issue. A Document Analysis may include multiple reason codes.

STATUS: failed

CodeTypeDescription
DA_1001Check issueThe full_name extracted from the document doesn’t match the declared information (ie: the match_level between the extracted and expected data was no_match). Read the full Name Matching Rules guide.
DA_1002Document issueThe document is expired. Forcompany_certificates, business_registration_certificates we check that the document is at least 3 months old, on driver_licence we simply check that the expiration date.
DA_1003Document issueThe uploaded document didn't match the expected : document_type. Check the value in extracted_from_document.document_type.
DA_1004Document issueWe couldn't recognize the type of document.
DA_1100Provider errorError on provider side
DA_1201Document issueImage quality below minimum threshold
DA_1202Document issuePDF document contains annotations
DA_1301Consistency issueHolder first name not found in OCR
DA_1302Consistency issueHolder last name not found in OCR
DA_1303Consistency issueHolder first name initial(s) not found in OCR
DA_1304Consistency issue2D-Doc not found in document
DA_1401Suspicious documentPDF document contains tampering signs
DA_1402Suspicious document2D-Doc not signed with trustworthy certificate
DA_1403Suspicious document2D-Doc and document type don't match
DA_2301Consistency issue (tax notice)Fiscal number not found in document
DA_2302Consistency issue (tax notice)Tax notice reference not found in document
DA_2401Suspicious document (tax notice)2D-Doc income year does not match
DA_2402Suspicious document (tax notice)2D-Doc reference income does not match

STATUS: inconclusive