aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8bd31b8..8514a86 100644
--- a/README.md
+++ b/README.md
@@ -92,6 +92,7 @@ grobid_resp = requests.post(
data={
'citations': raw_citation,
'consolidateCitations': 0,
+ 'includeRawCitations': 1,
},
timeout=10.0,
)