From 9c1d72ea9dde74ab594795377e47b9b764adf60f Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Fri, 29 Oct 2021 14:45:55 -0700 Subject: README: includeRawCitations --- README.md | 1 + 1 file changed, 1 insertion(+) 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, ) -- cgit v1.2.3