Spaces:
Sleeping
Sleeping
fix filename
Browse files
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 |
-
|
|
|
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')
|