aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2021-10-29 14:45:55 -0700
committerBryan Newbold <bnewbold@archive.org>2021-10-29 14:45:55 -0700
commit9c1d72ea9dde74ab594795377e47b9b764adf60f (patch)
tree1c421e15c8be1f59c33261adfb0cf760b7f2e561
parent66726f45e53bdcd3f8876e640c285ebd0cb2751f (diff)
downloadgrobid_tei_xml-9c1d72ea9dde74ab594795377e47b9b764adf60f.tar.gz
grobid_tei_xml-9c1d72ea9dde74ab594795377e47b9b764adf60f.zip
README: includeRawCitations
-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,
)