Skip to content

Commit

Permalink
Update haystack/components/converters/azure.py
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian Husch Lee <[email protected]>
  • Loading branch information
vblagoje and sjrl committed Mar 25, 2024
1 parent cc1a23d commit 7bf464e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion haystack/components/converters/azure.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def __init__(
The model ID of the model you want to use. Please refer to
[Azure documentation](https://learn.microsoft.com/en-us/azure/ai-services/document-intelligence/choose-model-feature)
for a list of available models. Default: `"prebuilt-read"`.
:param preceding_context_len: Number of lines before a table to extract as preceding context
:param preceding_context_len: Number of lines before a table to extract as preceding context
(will be returned as part of metadata).
:param following_context_len: Number of lines after a table to extract as subsequent context (
will be returned as part of metadata).
Expand Down

0 comments on commit 7bf464e

Please sign in to comment.