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 update the default value of skip_infer_table_types to skip_infer_table_types=["pdf", "jpg", "png", "xls", "xlsx", "heic"]. Prior to version 0.13, table extraction was off by default. Since the default behavior was changed, we've found there are users who don't know that setting exists, and observed slow downs in PDF processing times.
The text was updated successfully, but these errors were encountered:
…images (#3035)
### Summary
Closes#3021 . Turns table extraction for PDFs and images off by
default. The default behavior originally changed in #2588 . The reason
for reversion is that some users did not realize turning off table
extraction was an option and experience long processing times for PDFs
and images with the new default behavior.
---------
Co-authored-by: ryannikolaidis <1208590+ryannikolaidis@users.noreply.github.com>
Co-authored-by: MthwRobinson <MthwRobinson@users.noreply.github.com>
The goal of this issue is to update the default value of
skip_infer_table_types
toskip_infer_table_types=["pdf", "jpg", "png", "xls", "xlsx", "heic"]
. Prior to version0.13
, table extraction was off by default. Since the default behavior was changed, we've found there are users who don't know that setting exists, and observed slow downs in PDF processing times.The text was updated successfully, but these errors were encountered: