Skip to content

Commit 95c80b8

Browse files
add reading order for logging (Azure#18233)
1 parent 45da9dc commit 95c80b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/formrecognizer/azure-ai-formrecognizer/azure/ai/formrecognizer/_form_base_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def __init__(self, endpoint, credential, **kwargs):
4242
}
4343
)
4444
http_logging_policy.allowed_query_params.update(
45-
{"includeTextDetails", "locale", "language", "includeKeys", "op", "pages"}
45+
{"includeTextDetails", "locale", "language", "includeKeys", "op", "pages", "readingOrder"}
4646
)
4747

4848
self._client = FormRecognizer(

0 commit comments

Comments
 (0)