You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The goal of this issue is to add skip-infer-table-types as an ingest command line argument. Currently skip_infer_table_types is exposed in the Python library and the API but not in the ingest CLI. This results in the following error when --pdf-infer-table-structure is passed in.
Conflict between variables skip_infer_table_types: ['pdf', 'jpg', 'png', 'xls', 'xlsx'] and pdf_infer_table_structure: True, please reset skip_infer_table_types to turn on table extraction for PDFs.
The text was updated successfully, but these errors were encountered:
The goal of this issue is to add
skip-infer-table-types
as an ingest command line argument. Currentlyskip_infer_table_types
is exposed in the Python library and the API but not in the ingest CLI. This results in the following error when--pdf-infer-table-structure
is passed in.The text was updated successfully, but these errors were encountered: