Skip to content

chore: remove AzureOCRDocumentConverter#11692

Draft
bogdankostic wants to merge 1 commit into
v3from
remove-azure-ocr-converter
Draft

chore: remove AzureOCRDocumentConverter#11692
bogdankostic wants to merge 1 commit into
v3from
remove-azure-ocr-converter

Conversation

@bogdankostic

Copy link
Copy Markdown
Contributor

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

Removes AzureOCRDocumentConverter from Haystack now that it lives in the azure-form-recognizer-haystack integration package (see deepset-ai/haystack-core-integrations#3471). Pairs with the deprecation on main (#11691).

Changes

  • Delete haystack/components/converters/azure.py and its test + JSON fixtures
  • Remove the azure / AzureOCRDocumentConverter entries from haystack/components/converters/__init__.py and pydoc/converters_api.yml
  • Drop the AzureOCRDocumentConverter mention from the DocumentCleaner docstring
  • Add a MIGRATION.md row and an upgrade release note:
    # before
    from haystack.components.converters import AzureOCRDocumentConverter
    # after
    from haystack_integrations.components.converters.azure_form_recognizer import AzureOCRDocumentConverter

Validation

  • hatch run fmt: clean
  • hatch run test:unit test/components/converters/: 253 passed, 17 deselected

🤖 Generated with Claude Code

`AzureOCRDocumentConverter` has moved to the `azure-form-recognizer-haystack`
integration package. Removes the component, its tests and fixtures, the
package `__init__`/pydoc entries, and the `DocumentCleaner` docstring mention,
and documents the move in MIGRATION.md with an upgrade 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.

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
haystack-docs Ignored Ignored Jun 19, 2026 12:48pm

Request Review

@github-actions github-actions Bot added topic:tests type:documentation Improvements on the docs labels Jun 19, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Coverage report

Click to see where and how coverage changed

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

topic:tests type:documentation Improvements on the docs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant