{
"object": "document_processor_run",
"id": "dpr_1234",
"output": { // Will be null until the run is processed
// Output object - see “Processor output types” for details
},
"processorId": "dp_5678",
"processorVersionId": "dpv_91011",
"processorName": "Invoice Extractor",
"status": "PROCESSED",
"metadata": {
"internal_id": "id_1234"
},
"reviewed": false,
"edited": false,
"edits": null,
"type": "EXTRACT",
"mergedProcessors": [],
"config": {
// Config object - see “Processor configs” for details
},
"files": [
{
"name": "example.pdf",
// Other file fields, which can be found in the File object page
}
],
"url": "https://dashboard.extend.app/runs/dpr_1234"
}
{
"object": "document_processor_run",
"id": "dpr_1234",
"output": { // Will be null until the run is processed
// Output object - see “Processor output types” for details
},
"processorId": "dp_5678",
"processorVersionId": "dpv_91011",
"processorName": "Invoice Extractor",
"status": "PROCESSED",
"metadata": {
"internal_id": "id_1234"
},
"reviewed": false,
"edited": false,
"edits": null,
"type": "EXTRACT",
"mergedProcessors": [],
"config": {
// Config object - see “Processor configs” for details
},
"files": [
{
"name": "example.pdf",
// Other file fields, which can be found in the File object page
}
],
"url": "https://dashboard.extend.app/runs/dpr_1234"
}
Hide properties
{
"object": "document_processor_run",
"id": "dpr_1234",
"output": { // Will be null until the run is processed
// Output object - see “Processor output types” for details
},
"processorId": "dp_5678",
"processorVersionId": "dpv_91011",
"processorName": "Invoice Extractor",
"status": "PROCESSED",
"metadata": {
"internal_id": "id_1234"
},
"reviewed": false,
"edited": false,
"edits": null,
"type": "EXTRACT",
"mergedProcessors": [],
"config": {
// Config object - see “Processor configs” for details
},
"files": [
{
"name": "example.pdf",
// Other file fields, which can be found in the File object page
}
],
"url": "https://dashboard.extend.app/runs/dpr_1234"
}