Conheça a nossa nova rota Liveness Streaming!
Name | Type | Mandatory | Description |
---|---|---|---|
document1 | Object | Yes | Object whose type is the same as the list items result in the result of the Content Extraction route |
document2 | Object | Yes | Object whose type is the same as the list items result in the result of the Content Extraction route |
{
"document1": {
},
"document2": {
}
}
curl --location --request POST 'https://mostqiapi.com/process-text/content-extraction-distance' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"document1": {
},
"document2": {
}
}'
{
"result": {
"globalDistance": 0.0,
"maxLocalDistance": 0.0,
"fields": [
{
"name": "orgao_estado_emissor",
"distance": 0.0,
"value1": "PC - POLICIA CIVIL, MINAS GERAIS",
"value2": "PC - POLICIA CIVIL, MINAS GERAIS"
},
{
"name": "orgao_emissor",
"distance": 0.0,
"value1": "POLICIA CIVIL",
"value2": "POLICIA CIVIL"
},
{
"name": "estado_emissor",
"distance": 0.0,
"value1": "MG",
"value2": "MG"
},
{
"name": "analfabeto",
"distance": 0.0,
"value1": "UNKNOWN",
"value2": "UNKNOWN"
}
],
"tables": []
},
"queryId": "5l3vaAc1I0eNMlzATDRIP",
"elapsedMilliseconds": 36,
"status": {
"code": 200,
"message": "Ok"
}
}