Files
fil/tools/benchmark-harness/fixtures/pdf/issue-598-example.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

29 lines
716 B
JSON

{
"document": "../../../../test_documents/vendored/pdfplumber/pdf/issue-598-example.pdf",
"file_type": "pdf",
"file_size": 504551,
"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-598-example.txt",
"source": "mistral-pixtral",
"markdown_file": "../../../../test_documents/ground_truth/pdf/issue-598-example.md"
}
}