{
"current_page": 1,
"data": [
{
"document_id": "xyz789",
"status": "processed",
"created_at": "2024-03-15T14:30:00Z",
"updated_at": "2024-03-15T14:35:00Z",
"automatically_deleted_at": "2024-03-22T14:30:00Z",
"page_count": 3,
"original_file_name": "business_report.pdf",
"action": "transcribe"
},
{
"document_id": "abc123",
"status": "queued",
"created_at": "2024-03-15T14:25:00Z",
"updated_at": "2024-03-15T14:25:00Z",
"automatically_deleted_at": "2024-03-22T14:25:00Z",
"page_count": 1,
"original_file_name": "receipt.jpg",
"action": "tables"
}
],
"first_page_url": "https://www.handwritingocr.com/api/v2/documents?page=1",
"from": 1,
"last_page": 5,
"last_page_url": "https://www.handwritingocr.com/api/v2/documents?page=5",
"next_page_url": "https://www.handwritingocr.com/api/v2/documents?page=2",
"path": "https://www.handwritingocr.com/api/v2/documents",
"per_page": 50,
"prev_page_url": null,
"to": 50,
"total": 243
}