Patrice Lopez
Patrice Lopez
Hi @cphoover ! I've never tried but in principle yes because the latest version of entity-fishing uses Dropwizard which uses Jetty web server, which supports HTTP 2.0.
Hello @karatekaneen ! This is a problem of the docker image - it requires an init to reap zombies (e.g. adding `--init` in the docker run command). The project has...
> What changes are needed to the Dockerfile to get it up to date again? I'm happy to contribute but unfortunately I'm not a (good enough) Java dev to figure...
The thread in the config is for managing the server parallel requests, it's likely that the remaining threads are zombies. I would suggest again not to use the docker image...
Hello @GrandathePanda ! The explanations about the coordinate format are given there: https://grobid.readthedocs.io/en/latest/Coordinates-in-PDF/ The coordinates are given based on the original PDF scale and unit. One need to pay attention...
GROBID coordinates look valid for this PDF. For this figure the coordinates match the figure caption (the svg graphics are not in the annoated areas, not sure why, it might...
hi @Schroedi please send me an email (https://grobid.readthedocs.io/en/latest/Introduction/#credits) and I will send you back the info for accessing the PDF repository used for the training data.
Just a few comments: * in the document header, need to keep track of the wikipedia article used (acknowledgement), with its version/download date * in the header, include a link...
Hello @dominic01 ! Currently there is indeed no way to run grobid-ner as a standalone service... only via entity-fishing and you're right then it's huge for just an NER.
Hello Daksh, Yes this is a known issue, it's often difficult to known italic/bold information for fonts. There are normally some flags for that, but it's not always reliable. If...