grobid icon indicating copy to clipboard operation
grobid copied to clipboard

A machine learning software for extracting information from scholarly documents

Results 227 grobid issues
Sort by recently updated
recently updated
newest added

Hi, I am using grobid through python and facing this issue everytime I run Processing of [./resources/test_pdf_2//PIIS1535610823000831.pdf](https://file+.vscode-resource.vscode-cdn.net/Khyati/NLP_NER/Python_Notebooks_NLP/NLP/EXperiment_NLP/PDF_File_Sample%20/grobid_client_python-master/resources/test_pdf_2//PIIS1535610823000831.pdf) failed with error 408 , None

info-needed

The header model requires a big refresh to be consistent with all the evolutions of GROBID during the three last years. - [x] modify pdf2xml for having blocks in reading...

bug
enhancement
implemented

**Description:** After updating to macOS Sonoma 14.5, I've noticed that a Docker container from image `lfoppiano/grobid:0.8.0` is being killed shortly after sending a PDF file to Grobid. Before macOS Sonoma...

This is somewhat related to #48 There are some documents where each character ends up as a separate token. For example: [DOI: 10.1101/019794](https://doi.org/10.1101/019794) Extracted text might then look like: ```text...

Hello, I am working with grobid, and i tried multi parameters of concurrency and grobid python client's parameter "n". I found that it is not a accuracy value to find...

question

I use this command to run docker `docker run --rm --gpus '"device=1"' --init --ulimit core=0 -p 8070:8070 -p 8081:8071 grobid/grobid:0.8.0` and then the GPU RAM consumed 20+ GB. But I...

docker

- What is your OS and architecture? ``` Debian x86_64 ``` - What is your Java version (`java --version`)? ``` java 17.0.11 2024-04-16 LTS Java(TM) SE Runtime Environment (build 17.0.11+7-LTS-207)...