{
"configuration": {
"model": "Fast",
"ocr_strategy": "Auto",
"target_chunk_length": 512
},
"created_at": "2023-04-15T10:30:00Z",
"expires_at": "2023-04-22T10:30:00Z",
"file_name": "document.pdf",
"finished_at": "2023-04-15T10:31:30Z",
"input_file_url": "https://storage.chunkr.ai/input/document.pdf",
"message": "Task completed successfully",
"output": {
"chunk_length": 1,
"segments": [
{
"bbox": {
"left": 10.0,
"top": 70.0,
"width": 110.0,
"height": 20.0
},
"content": "This is a sample text segment.",
"html": "<p>This is a sample text segment.</p>",
"image": null,
"markdown": "This is a sample text segment.",
"ocr": [
{
"bbox": {
"left": 2.5,
"top": 10.0,
"width": 107.5,
"height": 10.0
},
"confidence": 0.97,
"text": "This is a sample text segment."
}
],
"page_height": 842.0,
"page_number": 1,
"page_width": 595.0,
"segment_id": "81729b96-086b-49ce-8112-de8e109bfc3c",
"segment_type": "Text"
}
]
},
"page_count": 5,
"status": "Succeeded",
"task_id": "65237fe1-d6f1-456b-9238-408b97a1536d",
"task_url": "https://legacy-api.chunkr.ai/api/v1/task/65237fe1-d6f1-456b-9238-408b97a1536d"
}