You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.rst
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -165,13 +165,13 @@ Some of the `Vuforia Web Services documentation <https://library.vuforia.com/art
165
165
However, other `Vuforia Web Services documentation <https://library.vuforia.com/articles/Solution/How-To-Perform-an-Image-Recognition-Query>`__ is more accurate: “Maximum image size: 2.1 MPixel.
166
166
512 KiB for JPEG, 2MiB for PNG”.
167
167
168
-
The documentation page `How To Perform an Image Recognition Query<https://library.vuforia.com/articles/Solution/How-To-Perform-an-Image-Recognition-Query>`__ states that the ``Content-Type`` header must be set to ``multipart/form-data``.
168
+
The documentation page `How To Perform an Image Recognition Query`_ states that the ``Content-Type`` header must be set to ``multipart/form-data``.
169
169
However, it must be set to ``multipart/form-data; boundary=<BOUNDARY>`` where ``<BOUNDARY>`` is the boundary used when encoding the form data.
170
170
171
-
The documentation page `How To Perform an Image Recognition Query<https://library.vuforia.com/articles/Solution/How-To-Perform-an-Image-Recognition-Query>`__ states that ``Content-Type`` will be the only response header.
171
+
The documentation page `How To Perform an Image Recognition Query`_ states that ``Content-Type`` will be the only response header.
172
172
This is not the case.
173
173
174
-
The documentation page `How To Perform an Image Recognition Query<https://library.vuforia.com/articles/Solution/How-To-Perform-an-Image-Recognition-Query>`__ states that 10 is the maximum allowed value of ``max_num_results``.
174
+
The documentation page `How To Perform an Image Recognition Query`_ states that 10 is the maximum allowed value of ``max_num_results``.
175
175
However, the maximum allowed value is 50.
176
176
177
177
A response to an invalid query may have an ``application/json`` content type but include text (not JSON) data.
@@ -183,7 +183,7 @@ A target with the name ``\uffff`` gets stuck in processing.
183
183
The documentation page `How To Perform an Image Recognition Query`_ states that "The API accepts requests with unknown data fields, and ignore the unknown fields.".
184
184
This is not the case.
185
185
186
-
The documentation page `How To Perform an Image Recognition Query<query-article>`__ states "Maximum image size: 2.1 MPixel. 512 KiB for JPEG, 2MiB for PNG".
186
+
The documentation page `How To Perform an Image Recognition Query`_ states "Maximum image size: 2.1 MPixel. 512 KiB for JPEG, 2MiB for PNG".
187
187
However, JPEG images up to 2MiB are accepted.
188
188
189
189
.. _How To Perform an Image Recognition Query: https://library.vuforia.com/articles/Solution/How-To-Perform-an-Image-Recognition-Query
0 commit comments