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'm trying to run the "example.py" of grobid_client_python on linux. The error reported is: GROBID server does not appear up and running, the connection to the server failed.

question

This PR improves the automation: - adds Github actions for build and release - replace the old `setup.py` with the new `pyproject.toml` which integrates with `bump-my-version` for the release (also...

Hi GROBID team, I want to extract the images from pdfs together with the conversion of the PDF (to TEI-XML) using GROBID. Using the batch command everything works fine. The...

Hello I trust you are all well. I've been encountering an error for the past few days while attempting to process full text from a batch using the Python client....

Running `mypy` with this: ``` error: Skipping analyzing "grobid_client.grobid_client": module is installed, but missing library stubs or py.typed marker [import-untyped] ``` It would be nice to: 1. Add type hints...

enhancement
help wanted

Dear Team, i'm wondering if you're thinking to add support for the following services to the python client: https://grobid.readthedocs.io/en/latest/Grobid-service/#apireferenceannotations https://grobid.readthedocs.io/en/latest/Grobid-service/#apiannotatepdf So far, I only see these as valid services in...