Files
fil/tools/benchmark-harness/fixtures/eml_multipart.json

15 lines
439 B
JSON
Raw Normal View History

2026-06-01 23:40:55 +02:00
{
"document": "../../../test_documents/email/multipart_email.eml",
"file_type": "eml",
"file_size": 763,
"expected_frameworks": ["kreuzberg", "tika", "unstructured"],
"metadata": {
"description": "Multipart email with both plain text and HTML alternatives",
"category": "multipart"
},
"ground_truth": {
"text_file": "../../../test_documents/ground_truth/eml/eml_multipart.txt",
"source": "python_email"
}
}