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

28 lines
674 B
JSON

{
"document": "../../../test_documents/pdf/a_brief_introduction_to_the_standard_annotation_language_sal_2006.pdf",
"file_type": "pdf",
"file_size": 358744,
"expected_frameworks": [
"kreuzberg",
"docling",
"markitdown",
"mineru",
"pdfminer",
"pdfplumber",
"pdftotext",
"pymupdf4llm",
"pypdf",
"tika",
"unstructured"
],
"metadata": {
"description": "Medium PDF - Research paper",
"category": "academic"
},
"ground_truth": {
"text_file": "../../../test_documents/ground_truth/pdf/pdf_medium.txt",
"source": "vision",
"markdown_file": "../../../test_documents/ground_truth/pdf/pdf_medium.md"
}
}