com3dian commited on
Commit
b343a4b
·
1 Parent(s): b79e22c

fix filename

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -25,7 +25,8 @@ if uploaded_file is not None:
25
  client = GrobidClient(config_path="./grobidconfig.json")
26
  client.process("processFulltextDocument",
27
  "./uploads/",
28
- n=20)
 
29
 
30
  output_file_path = os.path.splitext(saved_file_path)[0] + ".grobid.tei.xml"
31
  monkeyReader = reader.MonkeyReader('monkey')
 
25
  client = GrobidClient(config_path="./grobidconfig.json")
26
  client.process("processFulltextDocument",
27
  "./uploads/",
28
+ consolidate_citations=True,
29
+ tei_coordinates=True)
30
 
31
  output_file_path = os.path.splitext(saved_file_path)[0] + ".grobid.tei.xml"
32
  monkeyReader = reader.MonkeyReader('monkey')