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

16 lines
430 B
JSON
Raw Normal View History

2026-06-01 23:40:55 +02:00
{
"document": "../../../test_documents/xlsx/test_xlsb.xlsb",
"file_type": "xlsb",
"file_size": 9429,
"expected_frameworks": ["kreuzberg", "tika"],
"metadata": {
"description": "Excel Binary Spreadsheet with 3 sheets and tabular data",
"category": "xlsb",
"size_class": "tiny"
},
"ground_truth": {
"text_file": "../../../test_documents/ground_truth/xlsb/xlsb_sample.txt",
"source": "pyxlsb"
}
}