Files
n8n_Demo/n8n-n8n-1.109.2/packages/nodes-base/nodes/MistralAI/test/fixtures/batch.json
2025-09-08 04:48:28 +08:00

78 lines
1.3 KiB
JSON
Executable File

[
{
"custom_id": "0",
"response": {
"body": {
"pages": [
{
"index": 0,
"markdown": "# Dummy PDF file 1",
"images": [],
"dimensions": {
"dpi": 200,
"height": 2339,
"width": 1653
}
}
],
"model": "mistral-ocr-2505-completion",
"document_annotation": null,
"usage_info": {
"pages_processed": 1,
"doc_size_bytes": 13264
}
}
}
},
{
"custom_id": "1",
"response": {
"body": {
"pages": [
{
"index": 0,
"markdown": "# Dummy PDF file 2",
"images": [],
"dimensions": {
"dpi": 200,
"height": 2339,
"width": 1653
}
}
],
"model": "mistral-ocr-2505-completion",
"document_annotation": null,
"usage_info": {
"pages_processed": 1,
"doc_size_bytes": 13264
}
}
}
},
{
"custom_id": "2",
"response": {
"body": {
"pages": [
{
"index": 0,
"markdown": "# Dummy PDF file 3",
"images": [],
"dimensions": {
"dpi": 200,
"height": 2339,
"width": 1653
}
}
],
"model": "mistral-ocr-2505-completion",
"document_annotation": null,
"usage_info": {
"pages_processed": 1,
"doc_size_bytes": 13264
}
}
}
}
]