Files
fil/tools/benchmark-harness/fixtures/xlsb_sample.json
Henrik Jess Nielsen b4c07d3693
All checks were successful
Deploy fil (kreuzberg) / deploy (push) Successful in 49s
Nomad changes
2026-06-01 23:40:55 +02:00

16 lines
430 B
JSON

{
"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"
}
}