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