Conheça a nossa nova rota Liveness Streaming!
{
"contents": []
}
Name | Type | Required | Description |
---|---|---|---|
contents | List of content object | Yes | Textual content previously extracted through one of the following mostQI services: - Content Extraction - Invoice Extraction - Multipage Content Extraction |
Name | Type | Required | Description |
---|---|---|---|
content | Object | Yes | Textual content contained within the result object, resulting from a previous extraction in other mostQI services, as described in the contents. |
{
"contents": [
]
}
curl --location --request POST 'https://mostqiapi.com/process-text/multi-address-parsing' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"contents": [
]
}'
{
"result": {
"contents": [
{
"index": 0,
"extractions": [
{
"source": null,
"sections": [
{
"name": null,
"groups": [
{
"name": "endereco",
"stdValue": "RUA PARANA, 340\nBAIRRO CENTRO\nCEP 85501074\nPATO BRANCO - PR - BRASIL",
"score": 1.0,
"components": [
{
"name": "cep",
"stdName": "postcode",
"value": "85501-074",
"stdValue": "85501074",
"score": 1.0
},
{
"name": "pais",
"stdName": "country",
"value": null,
"stdValue": "REPUBLICA FEDERATIVA DO BRASIL",
"score": null
},
{
"name": "estado",
"stdName": "state",
"value": "PR",
"stdValue": "PARANA",
"score": 1.0
},
{
"name": "cidade",
"stdName": "city",
"value": "PATO BRANCO",
"stdValue": "PATO BRANCO",
"score": 1.0
},
{
"name": "bairro",
"stdName": "suburb",
"value": "Centro",
"stdValue": "CENTRO",
"score": 1.0
},
{
"name": "logradouro",
"stdName": "place",
"value": "Rua Paraná",
"stdValue": "RUA PARANA",
"score": 1.0
},
{
"name": "rotulo",
"stdName": "label",
"value": null,
"stdValue": null,
"score": null
},
{
"name": "numero",
"stdName": "number",
"value": "340",
"stdValue": "340",
"score": 1.0
}
],
"secondaries": []
},
{
"name": "endereco_prestador",
"stdValue": "RUA ANA NERI, 416\nBAIRRO BENFICA\nCEP 20911442\nRIO DE JANEIRO - RJ - BRASIL",
"score": 1.0,
"components": [
{
"name": "cep",
"stdName": "postcode",
"value": "20911-442",
"stdValue": "20911442",
"score": 1.0
},
{
"name": "pais",
"stdName": "country",
"value": null,
"stdValue": "REPUBLICA FEDERATIVA DO BRASIL",
"score": null
},
{
"name": "estado",
"stdName": "state",
"value": "RJ",
"stdValue": "RIO DE JANEIRO",
"score": 1.0
},
{
"name": "cidade",
"stdName": "city",
"value": "RIO DE JANEIRO",
"stdValue": "RIO DE JANEIRO",
"score": 1.0
},
{
"name": "bairro",
"stdName": "suburb",
"value": "BENFICA",
"stdValue": "BENFICA",
"score": 1.0
},
{
"name": "logradouro",
"stdName": "place",
"value": "RUA ANA NERI",
"stdValue": "RUA ANA NERI",
"score": 1.0
},
{
"name": "rotulo",
"stdName": "label",
"value": null,
"stdValue": null,
"score": null
},
{
"name": "numero",
"stdName": "number",
"value": "416",
"stdValue": "416",
"score": 1.0
}
],
"secondaries": []
}
]
}
]
}
]
}
]
},
"requestId": "LmeEFuHfmkK1rtCJuovWh",
"elapsedMilliseconds": 529,
"status": {
"message": "Ok",
"code": "200",
"errors": null
}
}