Files
fil/tools/benchmark-harness/fixtures/docx/sample_document.json

17 lines
513 B
JSON
Raw Normal View History

2026-06-01 23:40:55 +02:00
{
"document": "../../../../test_documents/docx/sample_document.docx",
"file_type": "docx",
"file_size": 103966,
"expected_frameworks": ["kreuzberg"],
"metadata": {
"description": "docx test: sample_document",
"source": "pandoc-generated",
"size_category": "small"
},
"ground_truth": {
"text_file": "../../../../test_documents/ground_truth/docx/sample_document.txt",
"markdown_file": "../../../../test_documents/ground_truth/docx/sample_document.md",
"source": "pandoc"
}
}