removed dupe priority setting
This commit is contained in:
parent
c281844c02
commit
30e5189581
1 changed files with 1 additions and 2 deletions
|
|
@ -92,8 +92,7 @@ class DocumentIntelligenceConverter(DocumentConverter):
|
||||||
api_version=self.api_version,
|
api_version=self.api_version,
|
||||||
credential=DefaultAzureCredential(),
|
credential=DefaultAzureCredential(),
|
||||||
)
|
)
|
||||||
self._priority = priority
|
|
||||||
|
|
||||||
def accepts(
|
def accepts(
|
||||||
self,
|
self,
|
||||||
file_stream: BinaryIO,
|
file_stream: BinaryIO,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue