Skip to content

Commit

Permalink
Create explicit dir for local conn with table ingest test
Browse files Browse the repository at this point in the history
  • Loading branch information
rbiseck3 committed Oct 12, 2023
1 parent 6fb15ec commit 89e5d29
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 89e5d29

Please sign in to comment.