Skip to content

Conversation

@bsowell
Copy link
Contributor

@bsowell bsowell commented Mar 28, 2025

No description provided.

@bsowell bsowell requested a review from karanataryn March 28, 2025 22:19
- `pixels > 500 -> deformable_detr; table_transformer` => if the biggest dimension of the table is greater than 500 pixels use deformable detr. Otherwise use table_transformer.
- `pixels>50->table_transformer; chars<30->deformable_detr;chars>35->table_transformer;pixels>2->deformable_detr;table_transformer;comment` => if the biggest dimension is more than 50 pixels use table transformer. Else if the total number of chars in the table is less than 30 use deformable_detr. Else if there are mode than 35 chars use table transformer. Else if there are more than 2 pixels in the biggest dimension use deformable detr. Otherwise use table transformer. comment is not processed.

- `extract_images`: A boolean that determines whether to extract images from the document. Default: `False`.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We might want to add that the format is governed by extract_image_format below? Same comment above.

@bsowell bsowell merged commit 29afdb4 into main Mar 28, 2025
2 checks passed
@bsowell bsowell deleted the extract_image_format branch March 28, 2025 22:38
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.

3 participants