Skip to content

chore: deprecate AzureOCRDocumentConverter#11691

Merged
bogdankostic merged 4 commits into
mainfrom
deprecate-azure-ocr-converter
Jun 22, 2026
Merged

chore: deprecate AzureOCRDocumentConverter#11691
bogdankostic merged 4 commits into
mainfrom
deprecate-azure-ocr-converter

Conversation

@bogdankostic

Copy link
Copy Markdown
Contributor

Part of the Azure component migration tracked in deepset-ai/haystack-private#368.

Deprecates AzureOCRDocumentConverter, which is moving to the new azure-form-recognizer-haystack integration package (see deepset-ai/haystack-core-integrations#3471). It will be removed from Haystack in version 3.0.

Changes

  • Emit a FutureWarning on init pointing users to the integration package and the new import path (class name unchanged → drop-in):
    from haystack_integrations.components.converters.azure_form_recognizer import AzureOCRDocumentConverter
  • Update the docs page (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 integration
  • Add a deprecation release note

Notes

🤖 Generated with Claude Code

`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>
@vercel

vercel Bot commented Jun 19, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
haystack-docs Ready Ready Preview, Comment Jun 22, 2026 2:05pm

Request Review

@github-actions

github-actions Bot commented Jun 19, 2026

Copy link
Copy Markdown
Contributor

Coverage report

Click to see where and how coverage changed

FileStatementsMissingCoverageCoverage
(new stmts)
Lines missing
  haystack/components/converters
  azure.py
Project Total  

This report was generated by python-coverage-comment-action

@bogdankostic bogdankostic marked this pull request as ready for review June 22, 2026 14:15
@bogdankostic bogdankostic requested a review from a team as a code owner June 22, 2026 14:15
@bogdankostic bogdankostic requested review from sjrl and removed request for a team June 22, 2026 14:15

@sjrl sjrl left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@claude

claude Bot commented Jun 22, 2026

Copy link
Copy Markdown

Code review

No issues found. Checked for bugs and CLAUDE.md compliance.

@bogdankostic bogdankostic merged commit 4372be2 into main Jun 22, 2026
30 checks passed
@bogdankostic bogdankostic deleted the deprecate-azure-ocr-converter branch June 22, 2026 14:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants