{
"extract": {
"logo": {
"enabled": true
},
"extensions": {
"lineItems": {
"enabled": true
},
"creditCardDetails": {
"enabled": true
}
}
},
"reconcile": {
"enabled": true,
"config": {
"businessRegistryEnrichment": true,
"addressNormalization": true
}
},
"deliver": {
"webhook": {
"url": "https://client.app/hooks/doc"
},
"response": {
"content": {
"enabled": true,
"config": {
"format": "PDFA"
}
},
"layout": {
"enabled": true
},
"thumbnails": {
"enabled": true,
"config": {
"pageLimit": 1,
"maxWidth": 512
}
}
}
},
"security": {
"redact": {
"enabled": true,
"config": {
"mode": "BLACKOUT",
"categories": [
"NAMES",
"ADDRESSES"
]
}
}
},
"lifecycle": {
"retention": {
"enabled": true,
"config": {
"days": 30
}
}
}
}