We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac055a8 commit 36fcce7Copy full SHA for 36fcce7
1 file changed
scripts/performance/benchmark_partition.py
@@ -31,9 +31,10 @@
31
("example-docs/pdf/pdf-with-ocr-text.pdf", "hi_res"),
32
("example-docs/pdf/layout-parser-paper.pdf", "hi_res"),
33
("example-docs/pdf/layout-parser-paper-with-table.pdf", "hi_res"),
34
- ("example-docs/pdf/failure-after-repair.pdf", "hi_res"),
35
# Images – hi_res
36
("example-docs/embedded-images-tables.jpg", "hi_res"),
+ ("example-docs/double-column-B.jpg", "hi_res"),
37
+ ("example-docs/layout-parser-paper-fast.jpg", "hi_res"),
38
# Other document types – fast
39
("example-docs/contains-pictures.docx", "fast"),
40
("example-docs/example-10k-1p.html", "fast"),
0 commit comments