Files
fil/tools/benchmark-harness/fixtures/latex/latex_document.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

17 lines
581 B
JSON

{
"document": "../../../../test_documents/latex/latex_document.tex",
"file_type": "latex",
"file_size": 1475,
"expected_frameworks": ["kreuzberg"],
"metadata": {
"description": "Comprehensive LaTeX document with abstract, math equations, lists, tables, and bibliography reference",
"source": "handcrafted",
"size_category": "small"
},
"ground_truth": {
"text_file": "../../../../test_documents/ground_truth/latex/latex_document.txt",
"markdown_file": "../../../../test_documents/ground_truth/latex/latex_document.md",
"source": "pandoc"
}
}