Files
fil/tools/benchmark-harness/fixtures/pdf/issue-842-example.json

29 lines
716 B
JSON
Raw Permalink Normal View History

2026-06-01 23:40:55 +02:00
{
"document": "../../../../test_documents/vendored/pdfplumber/pdf/issue-842-example.pdf",
"file_type": "pdf",
"file_size": 287855,
"expected_frameworks": [
"kreuzberg",
"docling",
"markitdown",
"mineru",
"pdfminer",
"pdfplumber",
"pdftotext",
"pymupdf4llm",
"pypdf",
"tika",
"unstructured"
],
"metadata": {
"description": "Document from pdfplumber test suite",
"source": "pdfplumber",
"size_category": "small"
},
"ground_truth": {
"text_file": "../../../../test_documents/ground_truth/pdf/issue-842-example.txt",
"source": "mistral-pixtral",
"markdown_file": "../../../../test_documents/ground_truth/pdf/issue-842-example.md"
}
}