grobid_client_python icon indicating copy to clipboard operation
grobid_client_python copied to clipboard

Python client for GROBID Web services

Results 26 grobid_client_python issues
Sort by recently updated
recently updated
newest added

hello! I am sorry if I miss the obvious but I did like written first I have win10 , and iam working from powershell using cmd can not implement the...

Hi! I'm trying to use GROBID to generate the .tei.xml file for some pdfs. I have installed GROBID according to the docs on my local machine using the following commands:...

I am running Grobid Server 0.5.6 in command line on a practice folder with 127 pdfs (as a practice run before running on 80,000+ pdfs. After a few pdfs (each...

Thanks for this very helpful client! I would love the ability to request bibtex from ProcessReferences - for that, grobid needs `application/x-bibtex` but I don't believe there is a way...

The following file can be processed by grobid when called with `curl`, but the equivalent (?) Python command fails with `error 408`. [meta-chinese.pdf](https://github.com/kermitt2/grobid_client_python/files/9706610/meta-chinese.pdf) curl call: `curl -v --form input=@./meta-chinese.pdf --form...

Hello, When using the python client: grobid_client --input ../blood-viscosity-fev-24 --output ../xml processFulltextDocument --consolidate_header --consolidate_citations --segmentSentences All the .tei.xml generation is fine, except by this file: Processing of ../blood-viscosity-fev-24/2020_blood-flow-simulations-in-patient-specific-geometries-of-the-carotid-artery-a-systematic-review.pdf failed with...

Hi, it would be nice to be able to pass a PDF file that is already loaded in memory directly to Grobid. In my use case, users upload PDFs using...

The fact that output can only be written to files and not kept in memory for further processing is a major drawback. I suggest returning a dictionary with all the...

Just extracting all the raw pdf text from the body section Tested by running locally on a few files

I published the GROBID server application in an Azure Web App. I added an authorisation layer using the one provided by Azure Web Apps. Now I need to authenticate the...