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

15 lines
401 B
JSON
Raw Normal View History

2026-06-01 23:40:55 +02:00
{
"document": "../../../test_documents/archives/book_war_and_peace_1p.txt.gz",
"file_type": "gz",
"file_size": 1630,
"expected_frameworks": ["kreuzberg", "tika"],
"metadata": {
"description": "Gzip compressed text file",
"category": "archive"
},
"ground_truth": {
"text_file": "../../../test_documents/ground_truth/gz/book_war_and_peace_1p.txt",
"source": "manual"
}
}