Skip to content

Commit

Permalink
fix ingest test to infer table structure
Browse files Browse the repository at this point in the history
  • Loading branch information
rbiseck3 committed Oct 11, 2023
1 parent 7770838 commit 5136a9d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ 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 "" \
--pdf-infer-table-structure true \
--strategy hi_res \
--verbose \
Expand Down

0 comments on commit 5136a9d

Please sign in to comment.