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

15 lines
417 B
JSON
Raw Normal View History

2026-06-01 23:40:55 +02:00
{
"document": "../../../test_documents/text/contract.txt",
"file_type": "txt",
"file_size": 35,
"expected_frameworks": ["kreuzberg", "pandoc", "pymupdf4llm", "tika", "unstructured"],
"metadata": {
"description": "Contract document in plain text",
"category": "legal"
},
"ground_truth": {
"text_file": "../../../test_documents/ground_truth/txt/txt_contract.txt",
"source": "vision"
}
}