FEA-Bench / testbed /deepset-ai__haystack /releasenotes /notes /AnalyzeResult-forward-declaration-5ed1bd9b6dc62c6f.yaml
hc99's picture
Add files using upload-large-folder tool
ce676f7 verified
raw
history blame
262 Bytes
---
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.