Skip to content

Commit

Permalink
add reading order for logging
Browse files Browse the repository at this point in the history
  • Loading branch information
catalinaperalta committed Apr 22, 2021
1 parent 8ac54ee commit 5580d3c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def __init__(self, endpoint, credential, **kwargs):
}
)
http_logging_policy.allowed_query_params.update(
{"includeTextDetails", "locale", "language", "includeKeys", "op", "pages"}
{"includeTextDetails", "locale", "language", "includeKeys", "op", "pages", "readingOrder"}
)

self._client = FormRecognizer(
Expand Down

0 comments on commit 5580d3c

Please sign in to comment.