Questions tagged [grobid]

ML library for extracting scholarly texts

See https://github.com/kermitt2/grobid

17 questions
0
votes
1 answer

Grobid and Biblio-glutton: java.io.FileNotFoundException: File config/glutton.yml not found

I'm trying to play a bit with grobid and biblio-glutton (https://github.com/kermitt2/biblio-glutton), following the steps found in the documentation I'm now blocked when I want to run the docker compose, the command and error are: docker-compose run…
0
votes
2 answers

extract the specific text from pdfs using python

I have tried different python libraries to extract the specific text from pdfs, I have to extract text under the heading pdf1 from this pdf, I have to extract the text starting from Case 1 to diamond ◆ bold. The next pdf contains the data in a…
1
2