-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Create seperate document for each page in "markdown" mode of AzureAIDocumentIntelligenceLoader #40790
Copy link
Copy link
Closed as not planned
Closed as not planned
Copy link
Labels
Document IntelligenceService AttentionWorkflow: This issue is responsible by Azure service team.Workflow: This issue is responsible by Azure service team.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.needs-author-feedbackWorkflow: More information is needed from author to address the issue.Workflow: More information is needed from author to address the issue.no-recent-activityThere has been no recent activity on this issue.There has been no recent activity on this issue.questionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that
Metadata
Metadata
Assignees
Labels
Document IntelligenceService AttentionWorkflow: This issue is responsible by Azure service team.Workflow: This issue is responsible by Azure service team.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.needs-author-feedbackWorkflow: More information is needed from author to address the issue.Workflow: More information is needed from author to address the issue.no-recent-activityThere has been no recent activity on this issue.There has been no recent activity on this issue.questionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that
Hi all,
I would like to have a seperate document for each processed page of the pdf file in AzureAIDocumentIntelligence for markdown mode. I need to store the page-number for each chunk in the vector-database. Currently the load() function only returns a single document. I tried also the "page" mode, however it does not contain the tables and figures like the "markdown" mode.
I also tried this approach, however it also does not contain the tables and figures:
Thank you for your support
Amir