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 Azure AI Document Intelligence provider and extract document tool #11008

Conversation

fujita-h
Copy link
Contributor

@fujita-h fujita-h commented Nov 23, 2024

Summary

We've added an advanced document extraction tool, powered by Azure AI Document Intelligence. This tool extracts content from documents, including images, into text or markdown format.

Fixes #11033

Screenshots

Sample input document (PNG file)

Workflow result

{E894E385-BD01-4AAB-9A12-562F5DC7F448}

Checklist

Important

Please review the checklist below before submitting your pull request.

  • This change requires a documentation update, included: Dify Document
  • I understand that this PR may be closed in case there was no previous discussion or issues. (This doesn't apply to typos!)
  • I've added a test for each change that was introduced, and I tried as much as possible to make a single atomic change.
  • I've updated the documentation accordingly.
  • I ran dev/reformat(backend) and cd web && npx lint-staged(frontend) to appease the lint gods

@dosubot dosubot bot added size:L This PR changes 100-499 lines, ignoring generated files. 🔨 feat:tools Tools for agent, function call related stuff. labels Nov 23, 2024
@fujita-h fujita-h force-pushed the feat-tools-azure-ai-document-intelligence branch from 47bcd7a to 19f6a73 Compare November 24, 2024 09:59
@fujita-h fujita-h force-pushed the feat-tools-azure-ai-document-intelligence branch from 19f6a73 to 7717cbf Compare November 25, 2024 15:18
@fujita-h fujita-h closed this Nov 26, 2024
@fujita-h
Copy link
Contributor Author

Closed for the same reason as #11081

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔨 feat:tools Tools for agent, function call related stuff. size:L This PR changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: Azure AI Document Intelligence provider and extract document tool
1 participant