{
"job_id": "job_abc123",
"duration": 2.34,
"usage": {
"num_pages": 5,
"credits": 5
},
"result": {
"type": "full",
"chunks": [
{
"content": "# Introduction\n\nThis document covers...",
"embed": "Introduction. This document covers...",
"blocks": [
{
"type": "Title",
"content": "Introduction",
"bbox": { "left": 0.1, "top": 0.05, "width": 0.8, "height": 0.04, "page": 1 }
},
{
"type": "Text",
"content": "This document covers...",
"bbox": { "left": 0.1, "top": 0.1, "width": 0.8, "height": 0.06, "page": 1 }
}
]
}
]
}
}