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

Hey Grobid team, Thanks again for these incredible tools. I've been testing out the Python client - and encountered an issue when passing a PDF as an argument both while...

I have tried to process a pdf on the demo server. (cloud.science-miner.com/grobid) I also get the corresponding xml file back. Unfortunately this is empty. ` client = GrobidClient(config_path='/content/grobid_client_python/config.json') client.process(service='processFulltextDocument', input_path='/content/input',...

The code comments mention that ProcessPoolExecutor is used in favour of ThreadPoolExecutor and mentioning the python GIL as one of the reasons. I would like to argue that it ThreadPoolExecutor...

implemented

Dear team, would you consider extending the support to the proxy-enabled REST client? Since "requests.request()" have already the mechanism to handle proxies, I believe the implementation is straightforward. I have...

enhancement

How would one go about running client.process and then continuing once complete? It seems anything after the process is discarded.

enhancement

Wanted to share this new python library for parsing metadata out of GROBID "flavor" TEI-XML: - https://gitlab.com/internetarchive/grobid_tei_xml - https://pypi.org/project/grobid-tei-xml/ As mentioned in the README, there are a couple other libraries...

Dear Patrice, as we talked in other repo, i adjusted the client that it could parse citations from text. The solution became a bit ugly. But now: 1. it reads...

enhancement
implemented

I would like to be able to use GROBID to parse files within a web application I'm developing, and since it's in python with the django framework, so use grobid...

question

see also http://ceur-ws.bitplan.com/index.php/Grobid#Test The test input are the PDF files of the http://ceur-ws.org/ Workhop Proceeding Publishing site. The site had 53133 PDF files to be processed at the time of...

Hello! Myself and my colleagues at NASA Jet Propulsion Laboratory got to use the Grobid Python Client for an internal project and have found it extremely useful for parsing scientific...