aboutsummaryrefslogtreecommitdiffstats
path: root/python/sandcrawler/grobid.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/sandcrawler/grobid.py')
-rw-r--r--python/sandcrawler/grobid.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/sandcrawler/grobid.py b/python/sandcrawler/grobid.py
index 98ae6ae..48ff6f8 100644
--- a/python/sandcrawler/grobid.py
+++ b/python/sandcrawler/grobid.py
@@ -31,7 +31,7 @@ class GrobidClient(object):
self.host_url + "/api/processFulltextDocument",
files={
'input': blob,
- 'consolidateHeaders': self.consolidate_mode,
+ 'consolidateHeader': self.consolidate_mode,
'consolidateCitations': 0, # too expensive for now
'includeRawCitations': 1,
}