diff --git a/test_unstructured_ingest/example-docs/layout-parser-paper-with-table.jpg b/test_unstructured_ingest/example-docs/layout-parser-paper-with-table.jpg new file mode 100644 index 0000000000..0091806090 Binary files /dev/null and b/test_unstructured_ingest/example-docs/layout-parser-paper-with-table.jpg differ diff --git a/test_unstructured_ingest/example-docs/layout-parser-paper.pdf b/test_unstructured_ingest/example-docs/layout-parser-paper.pdf new file mode 100644 index 0000000000..c4b6c2ef88 Binary files /dev/null and b/test_unstructured_ingest/example-docs/layout-parser-paper.pdf differ diff --git a/test_unstructured_ingest/test-ingest-local-single-file-with-pdf-infer-table-structure.sh b/test_unstructured_ingest/test-ingest-local-single-file-with-pdf-infer-table-structure.sh index 399171e013..76c63cec8f 100755 --- a/test_unstructured_ingest/test-ingest-local-single-file-with-pdf-infer-table-structure.sh +++ b/test_unstructured_ingest/test-ingest-local-single-file-with-pdf-infer-table-structure.sh @@ -22,12 +22,12 @@ PYTHONPATH=. ./unstructured/ingest/main.py \ --num-processes "$max_processes" \ --metadata-exclude coordinates,filename,file_directory,metadata.data_source.date_processed,metadata.last_modified,metadata.detection_class_prob,metadata.parent_id,metadata.category_depth \ --output-dir "$OUTPUT_DIR" \ - --skip-infer-table-types "" \ + --skip-infer-table-types "jpg" \ --pdf-infer-table-structure true \ --strategy hi_res \ --verbose \ --reprocess \ - --input-path example-docs/layout-parser-paper.pdf \ + --input-path "$SCRIPT_DIR"/example-docs/ \ --work-dir "$WORK_DIR" set +e