We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c1573e commit 9c8c9a1Copy full SHA for 9c8c9a1
mindee/http.py
@@ -13,7 +13,7 @@ def request(url, input_file, token, include_words=False):
13
14
files = {"document": input_file.file_object.read()}
15
16
- headers = {"X-Inferuser-Token": token}
+ headers = {"Authorization": f"Token {token}"}
17
18
params = {}
19
if include_words:
0 commit comments