Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add param to control how model is selected in hybrid table extractor #1203

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

HenryL27
Copy link
Collaborator

add model param (exposed through table_extraction_options):

  • if set to "tatr", will use table transformer
  • if set to "deformable", will use deformable detr (ours)
  • if set to an int, will use that int as the threshold
  • if set to None (or unset), will use the default of 500 threshold.
  • if set to anything else, error

Signed-off-by: Henry Lindeman <[email protected]>
Signed-off-by: Henry Lindeman <[email protected]>
Signed-off-by: Henry Lindeman <[email protected]>
Signed-off-by: Henry Lindeman <[email protected]>
Signed-off-by: Henry Lindeman <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant