This commit is contained in:
16
tools/benchmark-harness/fixtures/latex/minimal.json
Normal file
16
tools/benchmark-harness/fixtures/latex/minimal.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"document": "../../../../test_documents/latex/minimal.tex",
|
||||
"file_type": "latex",
|
||||
"file_size": 80,
|
||||
"expected_frameworks": ["kreuzberg"],
|
||||
"metadata": {
|
||||
"description": "Minimal LaTeX document with single line of text - smallest possible valid LaTeX",
|
||||
"source": "handcrafted",
|
||||
"size_category": "tiny"
|
||||
},
|
||||
"ground_truth": {
|
||||
"text_file": "../../../../test_documents/ground_truth/latex/minimal.txt",
|
||||
"markdown_file": "../../../../test_documents/ground_truth/latex/minimal.md",
|
||||
"source": "pandoc"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user