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

feat: Add Support for Layout Parser Documents #334

Merged
merged 16 commits into from
Jul 16, 2024
Merged

Conversation

holtskinner
Copy link
Member

@holtskinner holtskinner commented Jul 11, 2024

  • Adds Document.chunks - List[documentai.Document.ChunkedDocument.Chunk]
  • Adds Document.document_layout_blocks - An un-nested List of documentai.Document.DocumentLayout.DocumentLayoutBlock
  • Updated Document.text to support Document AI Layout Parser

Fixes #335

@holtskinner holtskinner requested review from a team as code owners July 11, 2024 20:47
@product-auto-label product-auto-label bot added the size: m Pull request size is medium. label Jul 11, 2024
@holtskinner holtskinner enabled auto-merge (squash) July 11, 2024 20:48
@holtskinner holtskinner assigned dizcology and unassigned nicain Jul 11, 2024
@holtskinner holtskinner requested a review from a team as a code owner July 11, 2024 21:02
@holtskinner holtskinner requested review from polong-lin and removed request for a team July 11, 2024 21:02
@parthea
Copy link
Collaborator

parthea commented Jul 12, 2024

@holtskinner Please could you check the failing Samples - Lint presubmit?

@holtskinner
Copy link
Member Author

@holtskinner Please could you check the failing Samples - Lint presubmit?

Done @parthea

@holtskinner holtskinner removed their assignment Jul 16, 2024
@holtskinner holtskinner merged commit c877b22 into main Jul 16, 2024
22 checks passed
@holtskinner holtskinner deleted the layout-parser branch July 16, 2024 20:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size: m Pull request size is medium.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for Layout Parser
4 participants