fix: update parameter name in AzureAIDocumentIntelligenceLoader (#593) bump:patch
This commit is contained in:
parent
756f46893f
commit
f5b2200ffa
|
@ -133,7 +133,7 @@ class AzureAIDocumentIntelligenceLoader(BaseReader):
|
|||
with open(file_path, "rb") as fi:
|
||||
poller = self.client_.begin_analyze_document(
|
||||
self.model,
|
||||
analyze_request=fi,
|
||||
body=fi,
|
||||
content_type="application/octet-stream",
|
||||
output_content_format=self.output_content_format,
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue
Block a user