chore: deprecate AzureOCRDocumentConverter#11691
Merged
Merged
Conversation
`AzureOCRDocumentConverter` is moving to the `azure-form-recognizer-haystack` integration package and will be removed from Haystack in version 3.0. Adds a `FutureWarning` on init, updates the docs to point to the integration, and adds a deprecation release note. Part of deepset-ai/haystack-private#368. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
Coverage reportClick to see where and how coverage changed
This report was generated by python-coverage-comment-action |
||||||||||||||||||||||||
This was referenced Jun 19, 2026
Code reviewNo issues found. Checked for bugs and CLAUDE.md compliance. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Part of the Azure component migration tracked in deepset-ai/haystack-private#368.
Deprecates
AzureOCRDocumentConverter, which is moving to the newazure-form-recognizer-haystackintegration package (see deepset-ai/haystack-core-integrations#3471). It will be removed from Haystack in version 3.0.Changes
FutureWarningon init pointing users to the integration package and the new import path (class name unchanged → drop-in):docs/+versioned_docs/version-2.30/) — Package name, GitHub link, API reference (/reference/integrations-azure_form_recognizer), install command, and imports now point to the integrationNotes
FutureWarningis emitted but not treated as an error): 10 passed./reference/integrations-azure_form_recognizerdocs link resolves once the integration is released to PyPI and its API reference page is generated (after feat: add azure-form-recognizer integration (moved from Haystack core) haystack-core-integrations#3471 merges + is tagged). Rebase before merging.🤖 Generated with Claude Code