ArneBinder commited on
Commit
841c052
·
verified ·
1 Parent(s): d2131a6

fix: upload https://github.com/ArneBinder/pie-document-level/pull/397

Browse files
pdf_fulltext_extractor/grobid_local.yaml DELETED
@@ -1,18 +0,0 @@
1
- # This requires a running GROBID server. To start the server via Docker, run:
2
- # docker run --rm --init --ulimit core=0 -p 8070:8070 lfoppiano/grobid:0.8.0
3
-
4
- _target_: src.utils.pdf_utils.process_pdf.GrobidFulltextExtractor
5
- section_seperator: "\n\n\n"
6
- paragraph_seperator: "\n\n"
7
- grobid_config:
8
- grobid_server: localhost
9
- grobid_port: 8070
10
- batch_size: 1000
11
- sleep_time: 5
12
- generateIDs: false
13
- consolidate_header: false
14
- consolidate_citations: false
15
- include_raw_citations: true
16
- include_raw_affiliations: false
17
- max_workers: 2
18
- verbose: false
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
pdf_fulltext_extractor/none.yaml DELETED
File without changes