diff options
author | Bryan Newbold <bnewbold@archive.org> | 2021-10-29 14:45:55 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2021-10-29 14:45:55 -0700 |
commit | 9c1d72ea9dde74ab594795377e47b9b764adf60f (patch) | |
tree | 1c421e15c8be1f59c33261adfb0cf760b7f2e561 | |
parent | 66726f45e53bdcd3f8876e640c285ebd0cb2751f (diff) | |
download | grobid_tei_xml-9c1d72ea9dde74ab594795377e47b9b764adf60f.tar.gz grobid_tei_xml-9c1d72ea9dde74ab594795377e47b9b764adf60f.zip |
README: includeRawCitations
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -92,6 +92,7 @@ grobid_resp = requests.post( data={ 'citations': raw_citation, 'consolidateCitations': 0, + 'includeRawCitations': 1, }, timeout=10.0, ) |