mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-11-30 08:56:16 +00:00
8 lines
262 B
YAML
8 lines
262 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Forward declaration of `AnalyzeResult` type in `AzureOCRDocumentConverter`.
|
|
|
|
`AnalyzeResult` is already imported in a lazy import block.
|
|
The forward declaration avoids issues when `azure-ai-formrecognizer>=3.2.0b2` is not installed.
|