docs: add AzureDocumentIntelligenceConverter documentation#10969
docs: add AzureDocumentIntelligenceConverter documentation#10969sjrl merged 3 commits intodeepset-ai:mainfrom
Conversation
Add documentation page for the AzureDocumentIntelligenceConverter component, which uses the newer azure-ai-documentintelligence SDK and produces Markdown output for better LLM/RAG integration. Closes deepset-ai#10932 Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
|
@xr843 is attempting to deploy a commit to the deepset Team on Vercel. A member of the Team first needs to authorize it. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
@xr843 thanks for working on this! Could you also copy your changes to previous versions of our docs back to and including Haystack version 2.22? You would need to make the same changes in these folders https://github.com/deepset-ai/haystack/tree/main/docs-website/reference_versioned_docs and https://github.com/deepset-ai/haystack/tree/main/docs-website/reference_versioned_sidebars |
|
@xr843 we are also getting a broken link error from our docusaurus build
If you'd like you can also build the docs locally to catch these errors following the instructions here https://github.com/deepset-ai/haystack/blob/main/docs-website/CONTRIBUTING.md#tldr--your-first-docs-pr-in-10-minutes |
…-2.26) and fix broken link - Copy converter documentation to versioned_docs for versions 2.22 through 2.26 - Add sidebar entries in versioned_sidebars for versions 2.22 through 2.26 - Fix broken link: use relative path for AzureOCRDocumentConverter reference
|
Thanks for the review @sjrl! I've pushed an update that addresses both items:
Please let me know if anything else needs to be adjusted! |
|
@xr843 thanks! Sorry missed this in the first review but could you also update this file https://github.com/deepset-ai/haystack/blob/main/docs-website/docs/pipeline-components/converters.mdx to include the azure doc intelligence converter in the overview table for converters? |
…able Add entry for AzureDocumentIntelligenceConverter to the converters overview table in converters.mdx and versioned docs (2.22-2.26).
|
Done! Added |
Merged: - gradio-app/gradio#13159 (Starlette 1.0 compat) - deepset-ai/haystack#10969 (Azure Doc Intelligence docs) In Review: add Cherry Studio, Langflow, Goose, Pretext, DSPy PRs Remove closed PRs (litellm#24543, FastChat#3820) Reorder merged by project stars (high to low)
Summary
AzureDocumentIntelligenceConvertercomponent underdocs/pipeline-components/converters/AzureOCRDocumentConverterdocs page and the component templatesidebars.jsin alphabetical orderAzureOCRDocumentConverterDetails
The documentation covers:
pip install azure-doc-intelligence-haystack)Content is based on the source code in haystack-core-integrations and the integration page.
Closes #10932
Test plan
🤖 Generated with Claude Code