This commit is contained in:
27
tools/benchmark-harness/fixtures/pdf_embedded.json
Normal file
27
tools/benchmark-harness/fixtures/pdf_embedded.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"document": "../../../test_documents/pdf/embedded_images_tables.pdf",
|
||||
"file_type": "pdf",
|
||||
"file_size": 109798,
|
||||
"expected_frameworks": [
|
||||
"kreuzberg",
|
||||
"docling",
|
||||
"markitdown",
|
||||
"mineru",
|
||||
"pdfminer",
|
||||
"pdfplumber",
|
||||
"pdftotext",
|
||||
"pymupdf4llm",
|
||||
"pypdf",
|
||||
"tika",
|
||||
"unstructured"
|
||||
],
|
||||
"metadata": {
|
||||
"description": "PDF with embedded images and tables",
|
||||
"category": "complex"
|
||||
},
|
||||
"ground_truth": {
|
||||
"text_file": "../../../test_documents/ground_truth/pdf/pdf_embedded.txt",
|
||||
"source": "vision",
|
||||
"markdown_file": "../../../test_documents/ground_truth/pdf/pdf_embedded.md"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user