Skip to content

Commit 1eaa5f5

Browse files
committed
Update ingest to only use grobid for header parsing
1 parent 97c600f commit 1eaa5f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/sidecar/ingest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ def _call_grobid_for_staging(self) -> None:
219219
logger.error(e)
220220

221221
client.process(
222-
"processFulltextDocument",
222+
"processHeaderDocument",
223223
input_path=self.staging_dir,
224224
output=self.grobid_output_dir,
225225
force=True

0 commit comments

Comments
 (0)