Files
fil/tools/benchmark-harness/fixtures/rtf/fake-doc.json
Henrik Jess Nielsen b4c07d3693
All checks were successful
Deploy fil (kreuzberg) / deploy (push) Successful in 49s
Nomad changes
2026-06-01 23:40:55 +02:00

17 lines
547 B
JSON

{
"document": "../../../../test_documents/vendored/unstructured/rtf/fake-doc.rtf",
"file_type": "rtf",
"file_size": 408,
"expected_frameworks": ["kreuzberg", "pandoc", "tika", "unstructured"],
"metadata": {
"description": "Document from unstructured test suite",
"source": "unstructured",
"size_category": "small"
},
"ground_truth": {
"text_file": "../../../../test_documents/ground_truth/rtf/fake-doc.txt",
"source": "pandoc",
"markdown_file": "../../../../test_documents/ground_truth/rtf/fake-doc.md"
}
}