This commit is contained in:
14
tools/benchmark-harness/fixtures/eml_multipart.json
Normal file
14
tools/benchmark-harness/fixtures/eml_multipart.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user