Overview
Model Name: DocumentAnalysis
Represents signal analysis for a particular Document within a Book.
Properties
uploaded_doc_uuid
uploaded_doc_uuid- Type
-
UUID (
uuid) - Required
- true
The unique identifier of the uploaded document.
uploaded_doc_type
uploaded_doc_type- Type
- String
- Required
- true
The type of the uploaded document. We currently only support signal analysis on the types that are listed here.
Possible Values
BANK_STATEMENTPAYSTUBFORM
mixed_uploaded_doc_uuid
mixed_uploaded_doc_uuid- Type
-
UUID (
uuid) (ornull) - Required
- false
The unique identifier of the mixed document that this object represents. This field will be null if this was not a mixed document.
is_image_based_pdf
is_image_based_pdf- Type
- Boolean
- Required
- false
A field to identify that the document is an image-based PDF, and not a parseable electronic PDF issued by a financial institution/payroll provider. Select file tampering signals may not be available for all image-based PDFs.
detect_status
detect_status- Type
- String
- Required
- true
The current state of this document in our processing pipeline. The statuses are as follows:
PENDING: This document is still being processed, and no results are available yet. Check back later.COMPLETED: This document has been completely processed, and complete results are enclosed.UNABLE_TO_PROCESS: This document could not be processed, most likely because it's of an unsupported type.UNSUPPORTED: This document is of unsupported file type.DELETED: This document has been deleted.
Possible Values
PENDINGCOMPLETEDUNABLE_TO_PROCESSUNSUPPORTEDDELETED
form_analysis
form_analysis- Type
-
List
of
FormAnalysisobjects - Required
- true
- Min. Item Count
- 1
Analysis results on each form in this document. Each object represents a different form.